IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 1, 2005, 11:39:06 AM (21 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/pmObjects.h

    r3625 r3629  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-04-01 20:47:40 $
     7 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-04-01 21:38:27 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    114114the location (x value) of all peaks.
    115115 *****************************************************************************/
    116 psVector *pmFindVectorPeeks(const psVector *vector, ///< The input vector (psF32)
     116psVector *pmFindVectorPeaks(const psVector *vector, ///< The input vector (psF32)
    117117                            psF32 threshold  ///< Threshold above which to find a peak
    118118                           );
     
    123123value) of all peaks.
    124124 *****************************************************************************/
    125 psList *pmFindImagePeeks(const psImage *image, ///< The input image where peaks will be found (psF32)
     125psList *pmFindImagePeaks(const psImage *image, ///< The input image where peaks will be found (psF32)
    126126                         psF32 threshold ///< Threshold above which to find a peak
    127127                        );
     
    133133XXX: Do we free the psList elements of those culled peaks?
    134134 *****************************************************************************/
    135 psList *pmCullPeeks(psList *peaks,  ///< The psList of peaks to be culled
     135psList *pmCullPeaks(psList *peaks,  ///< The psList of peaks to be culled
    136136                    psF32 maxValue,  ///< Cull peaks above this value
    137137                    const psRegion *valid ///< Cull peaks otside this psRegion
Note: See TracChangeset for help on using the changeset viewer.