Changeset 842 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Jun 2, 2004, 5:14:54 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r826 r842 1 %%% $Id: psLibSDRS.tex,v 1. 49 2004-06-02 01:22:02 price Exp $1 %%% $Id: psLibSDRS.tex,v 1.50 2004-06-03 03:14:54 eugene Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 1606 1606 psStats *stats); 1607 1607 \end{verbatim} 1608 \tbd{psStats *psVectorStats (psStats *stats, psVector *in, psVector *mask, int maskVal);} 1608 1609 % 1609 1610 This function takes the input data in \code{in} (with optional masking … … 1751 1752 psHistogram *psHistogramVector(psHistogram *restrict out, const psVector *restrict in); 1752 1753 \end{verbatim} 1754 \tdb{psHistogram *psHistogramVector (psHistogram *out, psVector *in);} 1753 1755 The input vector may be of types \code{psU8, psU16, psF32, psF64}. 1754 1756 … … 2067 2069 psStats *psImageGetStats(psStats *stats, const psImage *input); 2068 2070 \end{verbatim} 2071 \tbd{psStats *psImageStats(psStats *stats, psImage *in, psImage *mask, int maskVal);} 2069 2072 Determine statistics for image (or subimage). The statistics to be 2070 2073 determined are specified by \code{stats}. This function must be … … 2075 2078 psHistogram *psImageHistogram(psHistogram *hist, const psImage *input); 2076 2079 \end{verbatim} 2080 \tbd{psHistogram *psImageHistogram(psHistogram *out, psImage *in, psImage *mask, int maskVal);} 2077 2081 Construct a histogram from an image (or subimage). The histogram to 2078 2082 generate is specified by \code{psHistogram hist} (see
Note:
See TracChangeset
for help on using the changeset viewer.
