IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Removing optional output image from psImageConvolve APIs due to
concern about polluting the input when convolving in-place.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS.tex

    r12137 r12182  
    1 %%% $Id: psLibSDRS.tex,v 1.443 2007-03-01 20:39:17 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.444 2007-03-02 21:15:35 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    66126612following:
    66136613\begin{prototype}
    6614 psImage *psImageConvolveDirect(psImage *out, const psImage *in,
    6615                               const psKernel *kernel);
    6616 psImage *psImageConvolveFFT(psImage *out, const psImage *in,
    6617                             const psKernel *kernel);
     6614psImage *psImageConvolveDirect(const psImage *in, const psKernel *kernel);
     6615psImage *psImageConvolveFFT(const psImage *in, const psKernel *kernel);
    66186616\end{prototype}
    66196617
Note: See TracChangeset for help on using the changeset viewer.