IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 20, 2009, 2:48:42 PM (17 years ago)
Author:
Paul Price
Message:

Implement stamp thresholds on both images. This is to avoid transients being selected as stamps.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionStamps.h

    r23849 r23937  
    7474/// Find stamps on an image
    7575pmSubtractionStampList *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
    7778                                                const psImage *mask, ///< Mask, or NULL
    7879                                                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
    8082                                                int size, ///< Kernel half-size
    8183                                                int footprint, ///< Half-size for stamps
Note: See TracChangeset for help on using the changeset viewer.