Changeset 5624 for trunk/psLib/src/imageops/psImageConvolve.h
- Timestamp:
- Nov 29, 2005, 4:00:11 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageConvolve.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageConvolve.h
r4920 r5624 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 2$ $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 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 141 141 * Applies a circularly symmetric Gaussian smoothing first in x and then in y 142 142 * directions with just a vector. This process is 2N faster than 2D convolutions (in general). 143 * 144 * @return bool TRUE if successful, otherwise FALSE 143 145 */ 144 voidpsImageSmooth(146 bool psImageSmooth( 145 147 psImage *image, ///< the image to be smoothed 146 148 double sigma, ///< the width of the smoothing kernel in pixels
Note:
See TracChangeset
for help on using the changeset viewer.
