Changeset 17726 for trunk/psLib/src/imageops/psImageConvolve.h
- Timestamp:
- May 16, 2008, 3:38:20 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageConvolve.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageConvolve.h
r17320 r17726 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1.3 2$ $Name: not supported by cvs2svn $8 * @date $Date: 2008-0 4-04 22:44:56$7 * @version $Revision: 1.33 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2008-05-17 01:38:20 $ 9 9 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 10 10 */ … … 141 141 ); 142 142 143 /// Convolve a mask image with a kernel 144 /// 145 /// Returns a mask, grown by the supplied convolution bounds. Only those pixels specified by the maskVal are 146 /// grown, being ORed with setVal; the rest are simply propagated. If setVal is zero, uses maskVal; note that 147 /// the mode of growing individual bits in maskVal is NOT supported because this algorithm does not enable it. 148 psImage *psImageConvolveMask(psImage *out, ///< Output image, or NULL 149 const psImage *mask, ///< Mask to convolve 150 psMaskType maskVal, ///< Mask value to convolve 151 psMaskType setVal, ///< Mask value to set; 0 to propagate maskVal 152 int xMin, int xMax, int yMin, int yMax ///< Convolution bounds 153 ); 154 143 155 /// Convolve a mask image with a kernel, using direct convolution 144 156 ///
Note:
See TracChangeset
for help on using the changeset viewer.
