Changeset 14602 for trunk/psModules/src/imcombine/pmSubtraction.h
- Timestamp:
- Aug 21, 2007, 4:56:53 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmSubtraction.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtraction.h
r14524 r14602 6 6 * @author GLG, MHPCC 7 7 * 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 $ 10 10 * Copyright 2004-207 Institute for Astronomy, University of Hawaii 11 11 */ … … 91 91 ); 92 92 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 97 psPixels *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 93 104 /// @} 94 105 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
