gd.addCheckbox("Use window for AUX tiles to reduce weight of the hi-res tiles near low-res tile boundaries",this.ly_gt_use_wnd);
gd.addNumericField("Aux disparity thershold to split FG and BG (and disable AUX tile for adjustment)",this.ly_gt_rms,3);
gd.addMessage("--- others ---");
gd.addCheckbox("Calculate and apply lazy eye correction after disparity scan (poly or extrinsic), may repeat",this.ly_on_scan);
gd.addCheckbox("Calculate and apply lazy eye correction after disparity scan (poly or extrinsic), may repeat",this.ly_on_scan);
gd.addCheckbox("Adjust disparity using objects at infinity by changing individual tilt and azimuth ",this.ly_inf_en," disable if there are no really far objects in the scene");
gd.addCheckbox("Adjust disparity using objects at infinity by changing individual tilt and azimuth ",this.ly_inf_en," disable if there are no really far objects in the scene");
gd.addCheckbox("Adjust azimuths and tilts",this.ly_aztilt_en,"Adjust azimuths and tilts excluding those that change disparity");
gd.addCheckbox("Adjust azimuths and tilts",this.ly_aztilt_en,"Adjust azimuths and tilts excluding those that change disparity");
...
@@ -3164,7 +3185,6 @@ public class CLTParameters {
...
@@ -3164,7 +3185,6 @@ public class CLTParameters {
this.inf_disp_apply=gd.getNextBoolean();
this.inf_disp_apply=gd.getNextBoolean();
this.inf_repeat=(int)gd.getNextNumber();
this.inf_repeat=(int)gd.getNextNumber();
// this.inf_mism_apply= gd.getNextBoolean();
this.inf_iters=(int)gd.getNextNumber();
this.inf_iters=(int)gd.getNextNumber();
this.inf_final_diff=gd.getNextNumber();
this.inf_final_diff=gd.getNextNumber();
this.inf_far_pull=gd.getNextNumber();
this.inf_far_pull=gd.getNextNumber();
...
@@ -3184,6 +3204,9 @@ public class CLTParameters {
...
@@ -3184,6 +3204,9 @@ public class CLTParameters {
geometryCorrection_main,// GeometryCorrection geometryCorrection_main, // if is aux camera using main cameras' coordinates. Disparity is still in aux camera pixels
/// geometryCorrection_main, // GeometryCorrection geometryCorrection_main, // if is aux camera using main cameras' coordinates. Disparity is still in aux camera pixels