hor_disp_strength,// final double [][][][] disparity_strengths, // either normal or tilted disparity/strengths
mmm_hor,// final double [][][] hist_max_min_max, // histogram data: per tile array of odd number of disparity/strengths pairs, starting with first maximum
null,// final boolean [][][] selected, // tiles OK to be assigned [supertile][measurement layer] [tile index] or null (or null or per-measurement layer)
used,// final boolean [][][] prohibited, // already assigned tiles [supertile][measurement layer] [tile index] or null
stMeasSel,// final int stMeasSel, // = 1; // Select measurements for supertiles : +1 - combo, +2 - quad +4 - hor +8 - vert
((pass<(max_tries-1))?max_diff:Double.NaN),// final double max_diff, // maximal disparity difference (to assign to a cluster (of Double.NaN)
plMinPoints,// final int plMinPoints, // = 5; // Minimal number of points for plane detection
smallDiff,// final double smallDiff, // = 0.4; // Consider merging initial planes if disparity difference below
highMix,// final double highMix, //stHighMix = 0.4; // Consider merging initial planes if jumps between ratio above
vert_disp_strength,// final double [][][][] disparity_strengths, // either normal or tilted disparity/strengths
mmm_vert,// final double [][][] hist_max_min_max, // histogram data: per tile array of odd number of disparity/strengths pairs, starting with first maximum
null,// final boolean [][][] selected, // tiles OK to be assigned [supertile][measurement layer] [tile index] or null (or null or per-measurement layer)
used,// final boolean [][][] prohibited, // already assigned tiles [supertile][measurement layer] [tile index] or null
stMeasSel,// final int stMeasSel, // = 1; // Select measurements for supertiles : +1 - combo, +2 - quad +4 - hor +8 - vert
((pass<(max_tries-1))?max_diff:Double.NaN),// final double max_diff, // maximal disparity difference (to assign to a cluster (of Double.NaN)
plMinPoints,// final int plMinPoints, // = 5; // Minimal number of points for plane detection
smallDiff,// final double smallDiff, // = 0.4; // Consider merging initial planes if disparity difference below
highMix,// final double highMix, //stHighMix = 0.4; // Consider merging initial planes if jumps between ratio above
debugLevel,
dbg_X,
dbg_Y);
// compare which vert or hor provide stronger clusters, add them to selections, recalculate "used"