Changeset 5220 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Oct 3, 2005, 10:33:17 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r5195 r5220 1 %%% $Id: psLibSDRS.tex,v 1.34 5 2005-09-30 00:47:52price Exp $1 %%% $Id: psLibSDRS.tex,v 1.346 2005-10-03 20:33:17 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 5404 5404 5405 5405 \begin{prototype} 5406 psImage *psImageGrowMask(psImage *out, const psImage *in, ps U16maskVal,5407 unsigned int growSize, ps U16growVal);5406 psImage *psImageGrowMask(psImage *out, const psImage *in, psMaskType maskVal, 5407 unsigned int growSize, psMaskType growVal); 5408 5408 \end{prototype} 5409 5409 … … 5417 5417 pixels (either horizontal or vertical) of a pixel which matches the 5418 5418 \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. 5419 image set to the \code{growValue}. 5424 5420 5425 5421 \begin{prototype}
Note:
See TracChangeset
for help on using the changeset viewer.
