Changeset 2294 for trunk/psLib/src/imageops/psImageStats.c
- Timestamp:
- Nov 5, 2004, 2:57:44 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageStats.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageStats.c
r2293 r2294 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.5 3$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-11-06 00:5 6:29$11 * @version $Revision: 1.54 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-11-06 00:57:44 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 81 81 82 82 /***************************************************************************** 83 NOTE: We assume that the psHistogram structure out has already been 84 allocatedand initialized.83 NOTE: We assume that the psHistogram structure out has already been allocated 84 and initialized. 85 85 *****************************************************************************/ 86 86 psHistogram* psImageHistogram(psHistogram* out, … … 290 290 291 291 /***************************************************************************** 292 XXX: Use static variables for chebyshev polynomials and scaling factors.292 XXX: Use static variables for Chebyshev polynomials and scaling factors. 293 293 *****************************************************************************/ 294 294 psImage* psImageEvalPolynomial(psImage* input, const psPolynomial2D* coeffs)
Note:
See TracChangeset
for help on using the changeset viewer.
