Changeset 16479 for trunk/psModules/src/imcombine/pmStackReject.h
- Timestamp:
- Feb 14, 2008, 1:33:09 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmStackReject.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmStackReject.h
r16423 r16479 10 10 /// We apply a matched filter to the corresponding mask image, and threshold to find the original pixels 11 11 psPixels *pmStackReject(const psPixels *in, ///< List of pixels in the convolved image 12 const psRegion *valid, ///< Valid region to consider13 12 float threshold, ///< Threshold on convolved image, 0..1 14 13 const psArray *regions, ///< Array of image regions for image 15 const psArray *kernels ///< Array of kernel parameters for each region 14 const psArray *solutions, ///< Array of solution vectors for image 15 const pmSubtractionKernels *kernels ///< Kernel parameters 16 16 ); 17 17
Note:
See TracChangeset
for help on using the changeset viewer.
