Changeset 1393 for trunk/psLib/src/imageops/psImageStats.c
- Timestamp:
- Aug 5, 2004, 9:38:52 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageStats.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageStats.c
r1385 r1393 1 /** @file psImageStats.c 2 * \brief Routines for calculating statistics on images. 3 * @ingroup ImageStats 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 George Gusciora, MHPCC 10 * 11 * @version $Revision: 1.28 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-08-05 19:38:52 $ 13 * 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 15 */ 16 1 17 #include <stdlib.h> 2 18 #include <stdio.h>
Note:
See TracChangeset
for help on using the changeset viewer.
