Changeset 4920 for trunk/psLib/src/imageops/psImageConvolve.h
- Timestamp:
- Aug 30, 2005, 4:07:12 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageConvolve.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageConvolve.h
r4898 r4920 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-08-3 0 01:14:13$9 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-08-31 02:07:11 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 144 144 void psImageSmooth( 145 145 psImage *image, ///< the image to be smoothed 146 float sigma,///< the width of the smoothing kernel in pixels147 float Nsigma///< the size of the smoothing box in sigmas146 double sigma, ///< the width of the smoothing kernel in pixels 147 double Nsigma ///< the size of the smoothing box in sigmas 148 148 ); 149 149
Note:
See TracChangeset
for help on using the changeset viewer.
