Changeset 20211 for trunk/psLib/src/imageops/psImageConvolve.h
- Timestamp:
- Oct 16, 2008, 3:32:49 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageConvolve.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageConvolve.h
r19895 r20211 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1.3 5$ $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 $ 9 9 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 10 10 */ … … 202 202 const psImage *mask, ///< Mask image 203 203 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 206 207 ); 207 208
Note:
See TracChangeset
for help on using the changeset viewer.
