Changeset 14480 for trunk/psModules/src/imcombine/pmSubtractionStamps.h
- Timestamp:
- Aug 13, 2007, 4:14:30 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionStamps.h
r14455 r14480 4 4 #include <pslib.h> 5 5 6 #include "pmSubtractionKernels.h" 6 7 7 8 /// Status of stamp … … 17 18 typedef struct { 18 19 int x, y; ///< Position 20 float xNorm, yNorm; ///< Normalised position 21 psKernel *reference; ///< Reference image postage stamp 22 psKernel *input; ///< Input image postage stamp 23 psKernel *weight; ///< Weight image postage stamp 19 24 psImage *matrix; ///< Associated matrix 20 25 psVector *vector; ///< Assoicated vector … … 31 36 ); 32 37 38 /// Extract stamps from the images 39 bool pmSubtractionExtractStamps(psArray *stamps, ///< Stamps 40 psImage *reference, ///< Reference image 41 psImage *input, ///< Input image (or NULL) 42 psImage *weight, ///< Weight (variance) map 43 int footprint, ///< Stamp footprint size 44 const pmSubtractionKernels *kernels ///< Kernel basis functions (for size) 45 ); 33 46 34 47 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
