Changeset 3625 for trunk/psModules/src/pmObjects.h
- Timestamp:
- Apr 1, 2005, 10:47:40 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/pmObjects.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/pmObjects.h
r3600 r3625 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $8 * @date $Date: 2005-0 3-31 23:45:22$7 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-04-01 20:47:40 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 110 110 111 111 /****************************************************************************** 112 pmFindVectorPe eks(vector, threshold): Find all local peaks in the given vector112 pmFindVectorPeaks(vector, threshold): Find all local peaks in the given vector 113 113 above the given threshold. Returns a vector of type PS_TYPE_U32 containing 114 114 the location (x value) of all peaks. … … 119 119 120 120 /****************************************************************************** 121 pmFindImagePe eks(image, threshold): Find all local peaks in the given psImage121 pmFindImagePeaks(image, threshold): Find all local peaks in the given psImage 122 122 above the given threshold. Returns a psList containing the location (x/y 123 123 value) of all peaks.
Note:
See TracChangeset
for help on using the changeset viewer.
