Changeset 12187 for trunk/psLib/src/imageops/psImageConvolve.h
- Timestamp:
- Mar 2, 2007, 12:19:21 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageConvolve.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageConvolve.h
r12179 r12187 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1.1 7$ $Name: not supported by cvs2svn $8 * @date $Date: 2007-03-02 2 1:05:52$7 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-03-02 22:19:21 $ 9 9 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 10 10 */ … … 126 126 ); 127 127 128 /// Convolve a mask image with a kernel 129 /// 130 /// Returns a mask, grown by the supplied kernel. Only those pixels specified by the maskVal are grown; the 131 /// rest are simply propagated. 132 psImage *psImageConvolveMask(const psImage *mask, psMaskType maskVal, const psKernel *kernel); 133 134 128 135 /// Smooths an image by parts using 1D Gaussian independently in x and y. 129 136 ///
Note:
See TracChangeset
for help on using the changeset viewer.
