IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 16, 2008, 3:32:49 PM (18 years ago)
Author:
Paul Price
Message:

Adding parameter to psImageSmoothMask to control acceptance of masked regions.

File:
1 edited

Legend:

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

    r19895 r20211  
    55 * @author Robert DeSonia, MHPCC
    66 *
    7  * @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2008-10-04 02:37:51 $
     7 * @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2008-10-17 01:32:49 $
    99 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1010 */
     
    202202    const psImage *mask,                ///< Mask image
    203203    psMaskType maskVal,                 ///< Mask value
    204     double sigma,                       ///< Width of the smoothing kernel (pixels)
    205     double numSigma                     ///< Size of the smoothing box (sigma)
     204    float sigma,                        ///< Width of the smoothing kernel (pixels)
     205    float numSigma,                     ///< Size of the smoothing box (sigma)
     206    float minGauss                      ///< Minimum fraction of Gaussian to accept
    206207    );
    207208
Note: See TracChangeset for help on using the changeset viewer.