Changeset 11153 for trunk/psLib/src/imageops/psImageConvolve.h
- Timestamp:
- Jan 18, 2007, 6:30:33 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
r5624 r11153 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $10 * @date $Date: 200 5-11-30 02:00:07$9 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-19 04:30:33 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 150 150 ); 151 151 152 bool psImageSmoothMaskF32( 153 psImage *image, ///< the image to be smoothed 154 psImage *mask, ///< optional mask 155 psMaskType maskVal, 156 double sigma, ///< the width of the smoothing kernel in pixels 157 double Nsigma ///< the size of the smoothing box in sigmas 158 ); 159 152 160 153 161 #endif // #ifndef PS_IMAGE_CONVOLVE_H
Note:
See TracChangeset
for help on using the changeset viewer.
