Changeset 20830 for trunk/psLib/src/imageops/psImageConvolve.h
- Timestamp:
- Nov 25, 2008, 2:43:12 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageConvolve.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageConvolve.h
r20462 r20830 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1.3 7$ $Name: not supported by cvs2svn $8 * @date $Date: 2008-1 0-29 20:43:18$7 * @version $Revision: 1.38 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2008-11-26 00:43:12 $ 9 9 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 10 10 */ … … 209 209 210 210 psImage *psImageSmoothMask_Threaded(psImage *output, 211 const psImage *image,212 const psImage *mask,213 psMaskType maskVal,214 float sigma,215 float numSigma,216 float minGauss);211 const psImage *image, 212 const psImage *mask, 213 psMaskType maskVal, 214 float sigma, 215 float numSigma, 216 float minGauss); 217 217 218 218 bool psImageSmoothMaskF32( … … 225 225 226 226 /// Control threading for image convolution functions 227 void psImageConvolveSetThreads(bool threaded ///< Run image convolution threaded? 227 /// 228 /// Returns old threading status 229 bool psImageConvolveSetThreads(bool threaded ///< Run image convolution threaded? 228 230 ); 229 231
Note:
See TracChangeset
for help on using the changeset viewer.
