Changeset 14652 for trunk/psModules/src/objects/pmPeaks.h
- Timestamp:
- Aug 23, 2007, 2:11:02 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmPeaks.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPeaks.h
r11253 r14652 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $13 * @date $Date: 2007-0 1-24 02:54:15$12 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-08-24 00:11:02 $ 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 15 15 */ … … 72 72 ); 73 73 74 bool pm IsPeak(const psPtr ptr);74 bool pmPeakTest(const psPtr ptr); 75 75 76 /** pm FindVectorPeaks()76 /** pmPeaksInVector() 77 77 * 78 78 * Find all local peaks in the given vector above the given threshold. A peak … … 91 91 * 92 92 */ 93 psVector *pm FindVectorPeaks(93 psVector *pmPeaksInVector( 94 94 const psVector *vector, ///< The input vector (float) 95 95 float threshold ///< Threshold above which to find a peak … … 97 97 98 98 99 /** pm FindImagePeaks()99 /** pmPeaksInImage() 100 100 * 101 101 * Find all local peaks in the given image above the given threshold. This … … 111 111 * 112 112 */ 113 psArray *pm FindImagePeaks(113 psArray *pmPeaksInImage( 114 114 const psImage *image, ///< The input image where peaks will be found (float) 115 115 float threshold ///< Threshold above which to find a peak
Note:
See TracChangeset
for help on using the changeset viewer.
