"Discard smooth disparity if it differs by more from measured.");
gd.addCheckbox("Use SfM filtering if available",this.sfm_filter,
"Mask out tiles without sufficient SfM gain (if SfM data is available).");
gd.addNumericField("Min SfM gain maximum to consider",this.sfm_minmax,5,7,"",
...
...
@@ -2017,6 +2032,7 @@ min_str_neib_fpn 0.35
gd.addNumericField("Vegetation hotter",terr_vegetation_over,5,7,"","Initially consider to be vegetation if it is this hotter than filled in terrain holes.");
gd.addNumericField("Vegetation shrink+grow",terr_filter_veget,0,3,"pix","Shrink + grow hot enough vegetation to filter from small clusters - needed for initial alpha.");
gd.addNumericField("Grow vegetation extract",terr_veget_grow,0,3,"pix","Grow vegetation when extracting from the multi-scene sequences.");
gd.addMessage("Scan WOI parameters");
gd.addCheckbox("Tiled WOI",terr_tile_woi,"Process tiled WOI (False - a single one).");