Changeset 4815 for trunk/psLib/src/imageops/psImageConvolve.h
- Timestamp:
- Aug 18, 2005, 11:44:40 AM (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
r4540 r4815 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-0 7-12 19:12:01$9 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-08-18 21:44:40 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 126 126 ); 127 127 128 /** Smooths an image by parts using 1D Gaussian independently in x and y. 129 * 130 * Applies a circularly symmetric Gaussian smoothing first in x and then in y 131 * directions with just a vector. This process is 2N faster than 2D convolutions (in general). 132 */ 133 void psImageSmooth( 134 psImage *image, ///< the image to be smoothed 135 float sigma, ///< the width of the smoothing kernel in pixels 136 float Nsigma ///< the size of the smoothing box in sigmas 137 ); 138 139 128 140 #endif // #ifndef PS_IMAGE_CONVOLVE_H
Note:
See TracChangeset
for help on using the changeset viewer.
