clt_parameters.ly_inf_en,// boolean use_disparity, // if true will ignore disparity data even if available (was false)
clt_parameters.ly_inf_en,// boolean use_disparity, // if true will ignore disparity data even if available (was false)
clt_parameters.ly_combo_en,// boolean use_other_extr, // adjust other extrinsic parameters that do not influence disparity, common roll and zoom
clt_parameters.ly_inf_force,// boolean force_convergence, // if true try to adjust convergence (disparity, symmetrical parameter 0) even with no disparity
clt_parameters.ly_inf_force,// boolean force_convergence, // if true try to adjust convergence (disparity, symmetrical parameter 0) even with no disparity
clt_parameters.ly_com_roll,// boolean common_roll, // Enable common roll (valid for high disparity range only)
clt_parameters.ly_com_roll,// boolean common_roll, // Enable common roll (valid for high disparity range only)
@@ -4428,8 +4432,19 @@ public class EyesisCorrectionParameters {
...
@@ -4428,8 +4432,19 @@ public class EyesisCorrectionParameters {
gd.addNumericField("Minimal number of remaining samples",this.ih_min_samples,0);
gd.addNumericField("Minimal number of remaining samples",this.ih_min_samples,0);
gd.addCheckbox("Replace samples with a single average with equal weight",this.ih_norm_center);
gd.addCheckbox("Replace samples with a single average with equal weight",this.ih_norm_center);
gd.addTab("Lazy eye","Lazy eye parameters (disparity @ infinity should be adjusted first");
gd.addTab("Lazy eye","Lazy eye parameters");
gd.addMessage("--- Lazy eye parameters (disparity @ infinity should be adjusted first ---");
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 other extrinsics that do not influence disparity",this.ly_combo_en,"disable if only disparity is critical");