Ignore:
Timestamp:
03/12/07 00:18:23 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2231 r2232  
    853853        if (avgRaysPerObjects <= mMinAvgRaysPerObject) 
    854854        { 
    855                 cout << "t ";// << avgRaysPerObjects << " "; 
     855                //cout << "t ";// << avgRaysPerObjects << " "; 
    856856                return totalPvs; 
    857857        } 
     
    872872        const float newPvs = alpha * childPvs + (1.0f - alpha) * totalPvs; 
    873873#endif 
    874         cout << "b ";// << avgRaysPerObjects << " "; 
     874//cout << "b ";// << avgRaysPerObjects << " "; 
    875875        //cout << "alpha " << alpha << " beta: " << beta << " child: " << childPvs << " parent: " << totalPvs << endl; 
    876876         
     
    896896        if (!success) // split was not taken 
    897897        { 
    898                 cout << "x"; 
     898                //cout << "x"; 
    899899                return false; 
    900900        } 
Note: See TracChangeset for help on using the changeset viewer.