Changeset 27319 for trunk/psModules/src/imcombine/pmStackReject.h
- Timestamp:
- Mar 18, 2010, 12:01:15 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmStackReject.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmStackReject.h
r20568 r27319 12 12 int numCols, int numRows, ///< Size of image of interest 13 13 float threshold, ///< Threshold on convolved image, 0..1 14 float poorFrac, ///< Fraction for "poor"15 14 int stride, ///< Size of convolution patches 16 15 const psArray *regions, ///< Array of image regions for image 17 16 const psArray *kernels ///< Array of kernel parameters for each region 17 ); 18 19 /// Given a list of pixels from the convolved image, we grow them by convolution to get the list of all pixels 20 /// which should be rejected. 21 psPixels *pmStackRejectGrow(const psPixels *in, ///< List of pixels in the convolved image 22 int numCols, int numRows, ///< Size of image of interest 23 float poorFrac, ///< Fraction for "poor" 24 const psArray *regions, ///< Array of image regions for image 25 const psArray *kernels ///< Array of kernel parameters for each region 18 26 ); 19 27
Note:
See TracChangeset
for help on using the changeset viewer.
