gd.addNumericField("Use poly mode if strength is greater than",this.min_poly_strength,3,6,"","AND condition");
gd.addNumericField("Maximal polynomial approximation half-width",this.max_poly_hwidth,3,6,"pix","Maximal polynomial approximation half-width (in both directions), Most now are ~2.0");
gd.addNumericField("Polynomial argmax correction (positive - near, negative - far)",this.poly_corr_scale,3,6,"×","Shift value if correlation maximum is wide in X than in Y to detect near objects (negative - far ones)");
...
...
@@ -316,12 +333,26 @@ public class ImageDttParameters {
gd.addNumericField("100% to 0 % correlation horizontal window transition range",this.corr_wndx_blur,3,6,"",
"Transition range, shifted sine is used");
gd.addTab("Corr Intra","Parameters Group 2D Phase correlation");
gd.addNumericField("Correlation sigma for monochrome images",this.pcorr_sigma_mono,3,6,"pix",
"after normalization");
gd.addNumericField("Correlation sigma for Bayer images",this.pcorr_sigma,3,6,"pix",
"after normalization");
gd.addNumericField("Extra correlation sigma for red and blue",this.pcorr_sigma_rb,3,6,"pix",
"before normalization");
gd.addNumericField("Correlation relative fat zero for Bayer images",this.pcorr_fat_zero,3,6,"",
"Normalized to average correlation absolute value");
gd.addNumericField("Correlation relative fat zero for monochrome images",this.pcorr_fat_zero_mono,3,6,"",
"Normalized to average correlation absolute value");
gd.addNumericField("Debug feature - shift correlation result X",this.pcorr_dbg_offsx,3,6,"",
"Rotate in Transform Domain");
gd.addNumericField("Debug feature - shift correlation result Y",this.pcorr_dbg_offsy,3,6,"",
"Rotate in Transform Domain");
gd.addTab("Corr LMA","Parameters for LMA fitting of the correlation maximum parameters");
gd.addMessage("Single-tile (no lazy eye) only parameters (some are common");