Changeset 378 for trunk/archive/pslib/include/psImage.h
- Timestamp:
- Apr 1, 2004, 12:22:59 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psImage.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psImage.h
r344 r378 200 200 int x, ///< starting x coord of region 201 201 int y, ///< starting y coord of region 202 int dx, ///< x size of region (-1 for full range)203 int dy, ///< y size of region (-1 for full range)202 int nx, ///< x size of region (-1 for full range) 203 int ny, ///< y size of region (-1 for full range) 204 204 int z, ///< plane of interest 205 205 const char *extname, ///< MEF extension name ("PHU" for primary header) … … 244 244 int extnum, ///< MEF extension number (-1 for "PHU", 0 : Nextend - 1) 245 245 FILE *f ///< file descriptor to read from 246 );247 248 /*** image FFT operations ***/249 /// Perform an FFT on the image. The output image type is psComplex.250 psImage *251 psImageFFT(psImage *output, ///< Output image252 const psImage *input, ///< image to FFT253 int direction ///< FFT direction254 246 ); 255 247 … … 276 268 int x0, ///< x offset of overlay subimage 277 269 int y0, ///< y offset of overlay subimage 278 const char *op erator///< overlay operation270 const char *op ///< overlay operation 279 271 ); 280 272
Note:
See TracChangeset
for help on using the changeset viewer.
