IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 21, 2007, 4:56:53 PM (19 years ago)
Author:
Paul Price
Message:

Adding function pmSubtractionDeconvolveMask that performs matched filter convolution on a mask followed by thresholding in order to identify pixels in the unconvolved image that should be masked --- to be used with the image stacking.

File:
1 edited

Legend:

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

    r14524 r14602  
    66 * @author GLG, MHPCC
    77 *
    8  * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    9  * @date $Date: 2007-08-16 02:57:34 $
     8 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2007-08-22 02:56:53 $
    1010 * Copyright 2004-207 Institute for Astronomy, University of Hawaii
    1111 */
     
    9191    );
    9292
     93/// Given a list of pixels from the convolved image, find the corresponding (smaller subset of) pixels in the
     94/// original image
     95///
     96/// We apply a matched filter to the corresponding mask image, and threshold to find the original pixels
     97psPixels *pmSubtractionDeconvolveMask(const psPixels *in, ///< List of pixels in the convolved image
     98                                      float threshold, ///< Threshold on convolved image, 0..1
     99                                      const psArray *regions, ///< Array of image regions for image
     100                                      const psArray *solutions, ///< Array of solution vectors for image
     101                                      const pmSubtractionKernels *kernels ///< Kernel parameters
     102    );
     103
    93104/// @}
    94105#endif
Note: See TracChangeset for help on using the changeset viewer.