Changeset 15842 for trunk/psModules/src/objects/pmTrend2D.h
- Timestamp:
- Dec 14, 2007, 3:23:18 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmTrend2D.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmTrend2D.h
r15696 r15842 5 5 * @author EAM, IfA 6 6 * 7 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $8 * @date $Date: 2007-1 1-27 03:08:38 $7 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-12-15 01:23:18 $ 9 9 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 10 10 */ … … 12 12 # ifndef PM_TREND_2D_H 13 13 # define PM_TREND_2D_H 14 15 #include <pslib.h> 14 16 15 17 /// @addtogroup Objects Object Detection / Analysis Functions … … 26 28 psPolynomial2D *poly; 27 29 psImageMap *map; 28 psStats *stats; 30 psStats *stats; // Statistics for clipped fitting 31 psStatsOptions singleMean, singleStdev; // Staistics for mean and stdev when there's a single pixel 29 32 pmTrend2DMode mode; // POLY_ORD, POLY_CHEB, MAP 30 33 } pmTrend2D;
Note:
See TracChangeset
for help on using the changeset viewer.
