Changeset 705 for GTP/trunk/Lib/Vis/Preprocessing/src/Pvs.h
- Timestamp:
- 03/16/06 15:31:20 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/Pvs.h
r704 r705 146 146 float &pvsEnlargement) 147 147 { 148 pvsReduction = 0.0f; 149 pvsEnlargement = 0.0f; 148 150 // Uses sum of log differences, which corresponds to entropy 149 151 std::map<T, PvsData<T>, LtSample<T> >::iterator it;
Note: See TracChangeset
for help on using the changeset viewer.