Added GainCompensator class. GUI/3D Rendering: added texturing option.

This commit is contained in:
matlabbe
2016-09-07 12:15:44 -04:00
parent 3b25fef852
commit ff4300d525
18 changed files with 1458 additions and 541 deletions

View File

@@ -141,7 +141,7 @@ void PostProcessingDialog::restoreDefaults()
setDetectMoreLoopClosures(true);
setClusterRadius(0.5);
setClusterAngle(30);
setIterations(1);
setIterations(3);
setRefineNeighborLinks(false);
setRefineLoopClosureLinks(false);
setSBA(false);