Changeset 14632 for trunk/psModules/src/imcombine/pmSubtraction.h
- Timestamp:
- Aug 23, 2007, 10:38:47 AM (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
r14602 r14632 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-08-2 2 02:56:53$8 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-08-23 20:38:47 $ 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 the94 /// original image95 ///96 /// We apply a matched filter to the corresponding mask image, and threshold to find the original pixels97 psPixels *pmSubtractionDeconvolveMask(const psPixels *in, ///< List of pixels in the convolved image98 float threshold, ///< Threshold on convolved image, 0..199 const psArray *regions, ///< Array of image regions for image100 const psArray *solutions, ///< Array of solution vectors for image101 const pmSubtractionKernels *kernels ///< Kernel parameters102 );103 104 93 /// @} 105 94 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
