Ignore:
Timestamp:
12/14/05 19:17:40 (19 years ago)
Author:
mattausch
Message:

worked on vspkd leaves merge, implemented post merge collapse

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/Environment.cpp

    r464 r465  
    13981398                 "100000"); 
    13991399 
    1400   RegisterOption("VspKdTree.maxCostRatio", 
    1401                  optFloat, 
    1402                  "-vsp_kd_max_cost_ratio=", 
    1403                  "1.5"); 
    1404  
    14051400  RegisterOption("VspKdTree.Termination.maxDepth",  
    14061401                optInt,  
     
    14801475          "vsp_min_colldepth=",  
    14811476          "4"); 
    1482    
     1477 
     1478  RegisterOption("VspKdTree.PostProcess.maxCostRatio", 
     1479                 optFloat, 
     1480                 "-vsp_kd_post_process_max_cost_ratio=", 
     1481                 "1.5"); 
     1482 
     1483  RegisterOption("VspKdTree.PostProcess.minViewCells",  
     1484          optInt,  
     1485          "vsp_term_post_process_min_view_cells=",  
     1486          "1000"); 
     1487 
     1488  RegisterOption("VspKdTree.PostProcess.maxPvsSize",  
     1489          optInt,  
     1490          "vsp_term_post_process_max_pvs_size=",  
     1491          "100"); 
     1492 
    14831493  /************************************************************************************/ 
    14841494  /*                   VSS Preprocessor cells related options                         */ 
Note: See TracChangeset for help on using the changeset viewer.