IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 20, 2007, 10:12:44 AM (19 years ago)
Author:
magnier
Message:

adding output target to psImageConvolveDirect API

File:
1 edited

Legend:

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

    r12748 r14332  
    55 * @author Robert DeSonia, MHPCC
    66 *
    7  * @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2007-04-05 03:02:21 $
     7 * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2007-07-20 20:12:31 $
    99 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1010 */
     
    112112///
    113113psImage *psImageConvolveDirect(
     114    psImage *out,                       ///< return output to here
    114115    const psImage *in,                  ///< the psImage to convolve
    115116    const psKernel *kernel              ///< kernel to colvolve with
Note: See TracChangeset for help on using the changeset viewer.