@@ -251,6 +251,8 @@ public class BiQuadParameters {
publicdoubleml_disparity_sweep=1.0;// Disparity sweep around ground truth, each side
publicintml_sweep_steps=21;// Number of disparity sweep steps
publicbooleanml_randomize=true;// randomize ofset within 1 step (reduces ml_sweep_steps by 1)
publicbooleanml_keep_aux=false;// true; // include auxiliary camera data in the ML output
publicbooleanml_keep_inter=false;// true; // include inter-camera correlation data in the ML output
publicbooleanml_keep_hor_vert=true;// include combined horizontal and vertical pairs data in the ML output
...
...
@@ -657,6 +659,10 @@ public class BiQuadParameters {
"Sweep symmetrically target disparity around the ground truth disparity, each side");
gd.addNumericField("Number of target disparity sweep steps",this.ml_sweep_steps,0,3,"",
"Generate this many files for each file set. Each tile results depend on the target disparity and this tile data, do not depend on other tiles target disparity");