Changeset 21335 for trunk/psLib/src/imageops/psImageConvolve.h
- Timestamp:
- Feb 5, 2009, 12:36:19 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageConvolve.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageConvolve.h
r21206 r21335 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1.4 0$ $Name: not supported by cvs2svn $8 * @date $Date: 2009-0 1-28 22:08:14$7 * @version $Revision: 1.41 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2009-02-05 22:36:19 $ 9 9 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 10 10 */ … … 195 195 ); 196 196 197 /// Return the kernel used for smoothing 198 psKernel *psImageSmoothKernel( 199 float sigma, ///< Width of the smoothing kernel, pixels 200 float nSigma ///< Size of the smoothing box, sigma 201 ); 202 197 203 /// Smooth an image by parts using 1D Gaussian independently in x and y, allowing for masked pixels 198 204 ///
Note:
See TracChangeset
for help on using the changeset viewer.
