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)
geometryCorrection_main,// GeometryCorrection geometryCorrection_main, // if is aux camera using main cameras' coordinates. Disparity is still in aux camera pixels
publicdouble[][]rig_disparity_strength=null;// Disparity and strength created by a two-camera rig, with disparity scale and distortions of the main camera
publicdouble[][]rig_pre_poles_ds=null;// Rig disparity and strength before processing poles
...
...
@@ -2163,44 +2186,68 @@ public class TileProcessor {