@@ -384,29 +384,49 @@ public class CLTParameters {
...
@@ -384,29 +384,49 @@ public class CLTParameters {
publicintphoto_offs_set=0;// 0 - keep weighted offset average, 1 - balance result image, 2 - set weighted average to specific value
publicintphoto_offs_set=0;// 0 - keep weighted offset average, 1 - balance result image, 2 - set weighted average to specific value
publicdoublephoto_offs=21946;// weighted average offset target value, if photo_offs_set (and not photo_offs_balance)
publicdoublephoto_offs=21946;// weighted average offset target value, if photo_offs_set (and not photo_offs_balance)
publicbooleanphoto_debug=false;// Generate images and text
publicbooleanphoto_debug=false;// Generate images and text
publicdoubletex_disp_adiffo=0.12;// 0.35; // 0.3; disparity absolute tolerance to connect in ortho directions
publicdoubletex_disp_adiffo=0.10;// 0.35; // 0.3; disparity absolute tolerance to connect in ortho directions
publicdoubletex_disp_rdiffo=0.1;// 0.12; // 0.1; disparity relative tolerance to connect in ortho directions
publicdoubletex_disp_rdiffo=0.08;// 0.12; // 0.1; disparity relative tolerance to connect in ortho directions
publicdoubletex_disp_adiffd=0.18;// 0.6; // 0.4; disparity absolute tolerance to connect in diagonal directions
publicdoubletex_disp_adiffd=0.14;// 0.6; // 0.4; disparity absolute tolerance to connect in diagonal directions
publicdoubletex_disp_rdiffd=0.15;// 0.18; // 0.12; disparity relative tolerance to connect in diagonal directions
publicdoubletex_disp_rdiffd=0.12;// 0.18; // 0.12; disparity relative tolerance to connect in diagonal directions
publicdoubletex_disp_fof=1.5;// Increase tolerance for friend of a friend
publicdoubletex_disp_fof=1.5;// Increase tolerance for friend of a friend
publicinttex_jump_tiles=2;// "jump" over small gaps when building initial clusters. jump_r == 2 allows jumping to other tiles in 5x5 square around the defined tile
publicdoubletex_disp_adiffj=0.10;// maximal absolute disparity difference for the "jumps".
publicdoubletex_disp_rdiffj=0.08;// maximal relative disparity difference for the "jumps".
publicdoubletex_fg_bg=0.1;// Minimal FG/BG disparity difference (NaN bg if difference from FG < this)
publicdoubletex_fg_bg=0.1;// Minimal FG/BG disparity difference (NaN bg if difference from FG < this)