Changeset 1022 for trunk/psLib/src/image/psImageStats.h
- Timestamp:
- Jun 14, 2004, 9:40:15 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImageStats.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageStats.h
r797 r1022 1 /** @file psImageStats.h 2 * \brief Routines for calculating statistics on images. 3 * \ingroup Stats 4 * @ingroup Stats 5 * 6 * This file will hold the prototypes for procedures which calculate 7 * statistic on images, histograms on images, and fit/evaluate Chebyshev 8 * polynomials to images. 9 * 10 * @author George Gusciora, MHPCC 11 * 12 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-06-14 19:40:14 $ 14 * 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 16 */ 1 17 #if !defined(PS_IMAGE_STATS_H) 2 18 #define PS_IMAGE_STATS_H 19 20 3 21 #include "psVector.h" 4 22 #include "psImage.h"
Note:
See TracChangeset
for help on using the changeset viewer.
