IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 29, 2005, 4:00:11 PM (20 years ago)
Author:
desonia
Message:

merged eam_r8.0_b2 into CVS trunk.

File:
1 edited

Legend:

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

    r4920 r5624  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-08-31 02:07:11 $
     9 *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-11-30 02:00:07 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    141141 *  Applies a circularly symmetric Gaussian smoothing first in x and then in y
    142142 *  directions with just a vector.  This process is 2N faster than 2D convolutions (in general).
     143 *
     144 *  @return bool        TRUE if successful, otherwise FALSE
    143145 */
    144 void psImageSmooth(
     146bool psImageSmooth(
    145147    psImage *image,                    ///< the image to be smoothed
    146148    double  sigma,                     ///< the width of the smoothing kernel in pixels
Note: See TracChangeset for help on using the changeset viewer.