IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 30, 2005, 4:07:12 PM (21 years ago)
Author:
drobbin
Message:

Updated code w.r.t the latest api-delta report

File:
1 edited

Legend:

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

    r4898 r4920  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-08-30 01:14:13 $
     9 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-08-31 02:07:11 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    144144void psImageSmooth(
    145145    psImage *image,                    ///< the image to be smoothed
    146     float sigma,                       ///< the width of the smoothing kernel in pixels
    147     float Nsigma                       ///< the size of the smoothing box in sigmas
     146    double  sigma,                     ///< the width of the smoothing kernel in pixels
     147    double  Nsigma                     ///< the size of the smoothing box in sigmas
    148148);
    149149
Note: See TracChangeset for help on using the changeset viewer.