IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 2, 2007, 11:05:52 AM (19 years ago)
Author:
Paul Price
Message:

Removing optional output image from psImageConvolve APIs due to concerns about polluting the input image when out == in. Turned direct convolution inside-out for optimisation.

File:
1 edited

Legend:

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

    r11703 r12179  
    55 * @author Robert DeSonia, MHPCC
    66 *
    7  * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2007-02-08 04:17:58 $
     7 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2007-03-02 21:05:52 $
    99 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1010 */
     
    112112///
    113113psImage *psImageConvolveDirect(
    114     psImage *out,                       ///< a psImage to recycle.  If NULL, a new psImage is made.
    115114    const psImage *in,                  ///< the psImage to convolve
    116115    const psKernel *kernel              ///< kernel to colvolve with
     
    122121/// are suitably padded to avoid wrap-around effects.
    123122psImage *psImageConvolveFFT(
    124     psImage *out,                       ///< a psImage to recycle.  If NULL, a new psImage is made.
    125123    const psImage *in,                  ///< the psImage to convolve
    126124    const psKernel *kernel,             ///< kernel to colvolve with
Note: See TracChangeset for help on using the changeset viewer.