IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 18, 2007, 6:30:33 PM (20 years ago)
Author:
magnier
Message:

added psImageSmoothMaskF32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageConvolve.h

    r5624 r11153  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-11-30 02:00:07 $
     9 *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-01-19 04:30:33 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    150150);
    151151
     152bool psImageSmoothMaskF32(
     153    psImage *image,                    ///< the image to be smoothed
     154    psImage *mask,                     ///< optional mask
     155    psMaskType maskVal,
     156    double  sigma,                     ///< the width of the smoothing kernel in pixels
     157    double  Nsigma                     ///< the size of the smoothing box in sigmas
     158);
     159
    152160
    153161#endif // #ifndef PS_IMAGE_CONVOLVE_H
Note: See TracChangeset for help on using the changeset viewer.