Ignore:
Timestamp:
03/16/06 15:31:20 (19 years ago)
Author:
mattausch
Message:

fixed bug in filtering

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Pvs.h

    r704 r705  
    146146                                                                           float &pvsEnlargement) 
    147147{ 
     148        pvsReduction = 0.0f; 
     149        pvsEnlargement = 0.0f; 
    148150  // Uses sum of log differences, which corresponds to entropy 
    149151  std::map<T, PvsData<T>, LtSample<T> >::iterator it; 
Note: See TracChangeset for help on using the changeset viewer.