Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

psImageUnbin.h

Go to the documentation of this file.
00001 #ifndef PS_IMAGE_UNBIN_H
00002 #define PS_IMAGE_UNBIN_H
00003 
00004 #include "psImage.h"
00005 
00006 // This needs to be considered more carefully
00007 psImage *psImageUnbin (psImage *out,    // Output image
00008                        const psImage *in, // Input image
00009                        int DX, int DY,  // Scaling factors in x and y
00010                        int dx, int dy   // Overhang
00011                       );
00012 
00013 #endif

Generated on Mon Jul 3 14:13:44 2006 for Pan-STARRS Foundation Library by  doxygen 1.4.4