IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 2, 2007, 12:19:21 PM (19 years ago)
Author:
Paul Price
Message:

Adding psImageConvolveMask

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageConvolve.h

    r12179 r12187  
    55 * @author Robert DeSonia, MHPCC
    66 *
    7  * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2007-03-02 21:05:52 $
     7 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2007-03-02 22:19:21 $
    99 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1010 */
     
    126126);
    127127
     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.
     132psImage *psImageConvolveMask(const psImage *mask, psMaskType maskVal, const psKernel *kernel);
     133
     134
    128135/// Smooths an image by parts using 1D Gaussian independently in x and y.
    129136///
Note: See TracChangeset for help on using the changeset viewer.