Changeset 11248 for trunk/psLib/src/imageops/psImageStats.h
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageStats.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageStats.h
r10548 r11248 1 /* *@file psImageStats.h2 * \brief Routines for calculating statistics on images. 3 * @ingroup ImageStats 4 *5 *This file will hold the prototypes for procedures which calculate6 *statistic on images, histograms on images, and fit/evaluate Chebyshev7 *polynomials to images.8 *9 *@author GLG, MHPCC10 *11 * @version $Revision: 1.29$ $Name: not supported by cvs2svn $12 * @date $Date: 2006-12-08 11:37:31$13 * 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 15 */ 1 /* @file psImageStats.h 2 * 3 * @brief Routines for calculating statistics on images. 4 * 5 * This file will hold the prototypes for procedures which calculate 6 * statistic on images, histograms on images, and fit/evaluate Chebyshev 7 * polynomials to images. 8 * 9 * @author GLG, MHPCC 10 * 11 * @version $Revision: 1.30 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2007-01-23 22:47:23 $ 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 14 */ 15 16 16 #ifndef PS_IMAGE_STATS_H 17 17 #define PS_IMAGE_STATS_H 18 19 /// @addtogroup ImageOps Image Operations 20 /// @{ 18 21 19 22 #include "psType.h" … … 24 27 #include "psPolynomial.h" 25 28 #include "psRegion.h" 26 27 /// @addtogroup ImageStats28 /// @{29 29 30 30 /** This routine must determine the various statistics for the image. … … 101 101 102 102 /// @} 103 104 103 #endif // #ifndef PS_IMAGE_STATS_H
Note:
See TracChangeset
for help on using the changeset viewer.
