Ignore:
Timestamp:
11/14/06 22:32:51 (18 years ago)
Author:
mattausch
Message:

improved evaluation speed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.cpp

    r1749 r1750  
    26152615  float samples = (float)pvs.GetSamples(); 
    26162616  cout<<"Samples = "<<samples<<endl; 
     2617   cout<<"size = "<<pvs.GetSize() <<endl; 
    26172618  //  cout<<"Filter size = "<<filterSize<<endl; 
    26182619  //  cout<<"vbox = "<<vbox<<endl; 
     
    60636064                        Debug << "statistics computed in " << timeDiff * 1e-3 << " secs" << endl; 
    60646065 
    6065 #if 1 
     6066#if 0 
    60666067                        //////////////////////////// 
    60676068                        // filtered stats 
Note: See TracChangeset for help on using the changeset viewer.