Changeset 28043 for trunk/ppImage/src/ppImage.h
- Timestamp:
- May 19, 2010, 5:13:52 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppImage/src/ppImage.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/czw_branch/20100427 (added) merged: 27784,28017-28018,28028-28033,28042
- Property svn:mergeinfo changed
-
trunk/ppImage/src/ppImage.h
r26895 r28043 49 49 bool applyParity; // Apply Cell parities 50 50 51 bool doMaskStats; // Calculate mask statistics 52 51 53 bool doCrosstalkMeasure; // measure crosstalk signal 52 54 bool doCrosstalkCorrect; // apply crosstalk correction … … 110 112 111 113 char *normClass; // class to use for per-class normalization 114 115 psU16 maskstat_static; 116 psU16 maskstat_dynamic; 117 psU16 maskstat_magic; 118 psU16 maskstat_advisory; 119 112 120 } ppImageOptions; 113 121 … … 268 276 ); 269 277 278 // Calculate Mask statistics 279 bool ppImageMaskStats(pmConfig *config, pmFPAview *view, psMetadata *stats); 280 270 281 // calculate stats from headers and concepts 271 282 bool ppImageMetadataStats(pmConfig *config, // Configuration
Note:
See TracChangeset
for help on using the changeset viewer.
