Changeset 29543 for trunk/psModules/src/imcombine/pmSubtractionEquation.h
- Timestamp:
- Oct 25, 2010, 2:45:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionEquation.h
r29004 r29543 65 65 ); 66 66 67 bool pmSubtractionCalculateNormalization( 68 pmSubtractionStampList *stamps, 69 const pmSubtractionMode mode); 70 71 bool pmSubtractionCalculateNormalizationStamp( 72 pmSubtractionStamp *stamp, // stamp on which to save normalization) 73 const psKernel *input, // Input image (target) 74 const psKernel *reference, // Reference image (convolution source) 75 int footprint, // (Half-)Size of stamp 76 int normWindow1, // Window (half-)size for normalisation measurement 77 int normWindow2 // Window (half-)size for normalisation measurement 78 ); 79 80 bool pmSubtractionCalculateMoments( 81 pmSubtractionKernels *kernels, // Kernels 82 pmSubtractionStampList *stamps); 83 84 bool pmSubtractionCalculateMomentsStamp( 85 pmSubtractionKernels *kernels, // Kernels 86 pmSubtractionStamp *stamp, // stamp on which to save normalization) 87 int footprint, // (Half-)Size of stamp 88 int normWindow1, // Window (half-)size for normalisation measurement 89 int normWindow2 // Window (half-)size for normalisation measurement 90 ); 91 92 bool pmSubtractionCalculateMomentsKernel(double *Mxx, double *Myy, psKernel *image, int footprint, int window); 93 67 94 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
