Changeset 11759 for trunk/psLib/src/imageops/psImageStats.h
- Timestamp:
- Feb 12, 2007, 5:01:24 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageStats.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageStats.h
r11248 r11759 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.3 0$ $Name: not supported by cvs2svn $12 * @date $Date: 2007-0 1-23 22:47:23 $11 * @version $Revision: 1.31 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2007-02-13 03:01:23 $ 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 14 14 */ … … 36 36 * psF64. 37 37 * 38 * @return psStats* the resulting statistics result(s)38 * @return bool Successful operation? 39 39 */ 40 psStats*psImageStats(40 bool psImageStats( 41 41 psStats* stats, ///< defines statistics to be calculated 42 42 const psImage* in, ///< image (or subimage) to calculate stats … … 51 51 * psS8, psU16, psF32, psF64. 52 52 * 53 * @return psHistogram* the resulting histogram53 * @return bool Successful operation? 54 54 */ 55 psHistogram*psImageHistogram(55 bool psImageHistogram( 56 56 psHistogram* out, ///< input histogram description & target 57 57 const psImage* in, ///< Image data to be histogramed. … … 66 66 * psU16, psF32, psF64. 67 67 * 68 * @return psPolynomial2D* fitted polynomial result68 * @return bool Successful operation? 69 69 * 70 70 */ 71 psPolynomial2D*psImageFitPolynomial(71 bool psImageFitPolynomial( 72 72 psPolynomial2D* coeffs, ///< coefficient structure carries in desired terms & target 73 73 const psImage* input ///< input image
Note:
See TracChangeset
for help on using the changeset viewer.
