IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3424


Ignore:
Timestamp:
Mar 15, 2005, 10:57:48 AM (21 years ago)
Author:
Paul Price
Message:

Cleaned up psImageTransform prototype.

File:
1 edited

Legend:

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

    r3423 r3424  
    1 %%% $Id: psLibSDRS.tex,v 1.186 2005-03-15 20:54:55 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.187 2005-03-15 20:57:48 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    28462846
    28472847\begin{verbatim}
    2848 // Transform an image --- different from current version, nothing major
    28492848psImage *psImageTransform(psImage *output, psPixels **blankPixels, const psImage *input,
    28502849                          const psImage *inputMask, int inputMaskVal, const psPlaneTransform *outToIn,
    28512850                          const psRegion *region, const psPixels *pixels, psImageInterpolateMode mode,
    28522851                          double exposedValue);
    2853 \begin{verbatim}
    2854 psImage *psImageTransform(psImage *output, const psImage *input, const psImage *inputMask, int inputMaskVal,
    2855                           const psPlaneTransform *outToIn, const psImage *combineMask, int combineMaskVal);
    28562852\end{verbatim}
    28572853Transform the \code{input} image according the supplied
Note: See TracChangeset for help on using the changeset viewer.