publicdoublegr_fin_diff=0.01;// Maximal change to finish smoothing iterations
publicdoublegr_unique_tol=0.15;// Do not re-measure correlation if target disparity differs from some previous by this
publicdoublegr_unique_pretol=0.5;// Larger tolerance for expanding (not refining)
publicintgr_max_clust_radius=4;// 7x7
publicintgr_num_refines=4;
publicbooleangr_exp_certain=false;
publicbooleangr_reduce_sngl=true;
publicbooleangr_reduce_multi=true;
publicbooleangr_all_last=true;
publicbooleangr_nan_bg=true;
publicbooleanft_mod_strength=true;// When set, multiply each tile strength by the number of selected neighbors
publicbooleanft_clusterize_by_highest=true;// Clusterize using disparity horizontal maximums for fronto planes and minimums - for horizontal. False - use histograms
...
...
@@ -1468,6 +1477,13 @@ public class CLTParameters {