Changeset 1426 for trunk/psLib/src/image/psImageStats.h
- Timestamp:
- Aug 9, 2004, 12:44:25 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImageStats.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageStats.h
r1407 r1426 10 10 * @author George Gusciora, MHPCC 11 11 * 12 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-08-0 7 00:06:06$12 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-08-09 22:44:25 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 28 28 29 29 /// This routine must determine the various statistics for the image. 30 psStats *psImageStats(psStats * stats, // /< defines statistics to be calculated31 psImage * in, // /< image (or subimage) to calculate stats32 psImage * mask, // /< mask data for image (NULL ok)33 int maskVal); // /< mask Mask for mask30 psStats *psImageStats(psStats * stats, ///< defines statistics to be calculated 31 psImage * in, ///< image (or subimage) to calculate stats 32 psImage * mask, ///< mask data for image (NULL ok) 33 int maskVal); ///< mask Mask for mask 34 34 35 psHistogram *psImageHistogram(psHistogram * out, // /< input histogram description & target36 psImage * in, // /< Image data to be histogramed.37 psImage * mask, // /< mask data for image (NULL ok)38 unsigned int maskVal); // /< mask Mask for mask35 psHistogram *psImageHistogram(psHistogram * out, ///< input histogram description & target 36 psImage * in, ///< Image data to be histogramed. 37 psImage * mask, ///< mask data for image (NULL ok) 38 unsigned int maskVal); ///< mask Mask for mask 39 39 40 40 /// Fit a 2-D polynomial surface to an image. 41 psPolynomial2D *psImageFitPolynomial(const psImage * input, // /< image to fit42 psPolynomial2D * coeffs // /< coefficient structure carries in41 psPolynomial2D *psImageFitPolynomial(const psImage * input, ///< image to fit 42 psPolynomial2D * coeffs ///< coefficient structure carries in 43 43 // desired terms & target 44 44 ); 45 45 46 46 /// Evaluate a 2-D polynomial surface to image pixels. 47 int psImageEvalPolynomial(const psImage * input, // /< image to fit48 const psPolynomial2D * coeffs // /< coefficient structure carries in desired terms47 int psImageEvalPolynomial(const psImage * input, ///< image to fit 48 const psPolynomial2D * coeffs ///< coefficient structure carries in desired terms 49 49 ); 50 50
Note:
See TracChangeset
for help on using the changeset viewer.
