Changeset 23937 for trunk/psModules/src/imcombine/pmSubtractionStamps.h
- Timestamp:
- Apr 20, 2009, 2:48:42 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionStamps.h
r23849 r23937 74 74 /// Find stamps on an image 75 75 pmSubtractionStampList *pmSubtractionStampsFind(pmSubtractionStampList *stamps, ///< Output stamps, or NULL 76 const psImage *image, ///< Image for which to find stamps 76 const psImage *image1, ///< Image for which to find stamps 77 const psImage *image2, ///< Image for which to find stamps 77 78 const psImage *mask, ///< Mask, or NULL 78 79 const psRegion *region, ///< Region to search, or NULL 79 float threshold, ///< Threshold for stamps in the image 80 float thresh1, ///< Threshold for stamps in image 1 81 float thresh2, ///< Threshold for stamps in image 2 80 82 int size, ///< Kernel half-size 81 83 int footprint, ///< Half-size for stamps
Note:
See TracChangeset
for help on using the changeset viewer.
