publicintterr_max_elevation=22;// maximal offset to consider when looking for vegetation influence
publicintterr_max_elev_terr=2;// maximal offset to consider when looking for terrain of variable elevation
publicdoubleterr_max_elev_chng=0.5;// maximal terrain elevation change from last successfully used
@Deprecated
...
...
@@ -2130,6 +2131,7 @@ min_str_neib_fpn 0.35
gd.addNumericField("Maximal warp",terr_max_warp,5,7,"pix","(1.8) Do not use scenes where distance between vegetation projection exceeds this.");
gd.addNumericField("Max elevation/offset",terr_max_elevation,0,3,"pix","Maximal offset to consider when looking for vegetation influence.");
gd.addNumericField("Max terrain elevation",terr_max_elev_terr,0,3,"pix","Maximal terrain offset to consider when looking for variable-elevation terrain.");
gd.addNumericField("Max elevation cjange",terr_max_elev_chng,5,7,"pix","Maximal terrain elevation change from the previous success.");
gd.addNumericField("(Min influenced scenes)",terr_min_scenes,0,3,"","Deprecated: Minimal number of scenes (inside woi) vegetation pixel must influence.");
gd.addNumericField("Minimal samples/scene",terr_min_samples_scene,0,3,"","Minimal samples per scene used for fitting (skip scene if less).");
...
...
@@ -2919,6 +2921,7 @@ min_str_neib_fpn 0.35
terr_max_warp=gd.getNextNumber();// double
terr_max_elevation=(int)gd.getNextNumber();// int
terr_max_elev_terr=(int)gd.getNextNumber();// int
terr_max_elev_chng=gd.getNextNumber();// double
terr_min_scenes=(int)gd.getNextNumber();// int
terr_min_samples_scene=(int)gd.getNextNumber();// int