IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5220


Ignore:
Timestamp:
Oct 3, 2005, 10:33:17 AM (21 years ago)
Author:
Paul Price
Message:

Fixing psImageGrowMask.

File:
1 edited

Legend:

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

    r5195 r5220  
    1 %%% $Id: psLibSDRS.tex,v 1.345 2005-09-30 00:47:52 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.346 2005-10-03 20:33:17 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    54045404
    54055405\begin{prototype}
    5406 psImage *psImageGrowMask(psImage *out, const psImage *in, psU16 maskVal,
    5407                          unsigned int growSize, psU16 growVal);
     5406psImage *psImageGrowMask(psImage *out, const psImage *in, psMaskType maskVal,
     5407                         unsigned int growSize, psMaskType growVal);
    54085408\end{prototype}
    54095409
     
    54175417pixels (either horizontal or vertical) of a pixel which matches the
    54185418\code{maskVal} shall have the corresponding pixel in the \code{out}
    5419 image set to the \code{growValue}.  The function must be defined for
    5420 the following types: \code{psU8}, \code{psU16}.  Note that
    5421 \code{maskVal} and \code{growVal} are not of type \code{psMaskType}, but
    5422 \code{psU16} so that they match the maximum required type for the
    5423 \code{in} image.
     5419image set to the \code{growValue}.
    54245420
    54255421\begin{prototype}
Note: See TracChangeset for help on using the changeset viewer.