- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/psModules
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/psModules merged eligible /branches/eam_branches/stackphot.20100406/psModules 27623-27653 /branches/pap_delete/psModules 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/psModules/src/imcombine/pmStackReject.h
r20568 r27840 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.
