@@ -398,7 +398,7 @@ public class AlignmentCorrection {
use_poly,// final boolean use_poly,
clt_parameters.fcorr_inf_quad,// final boolean use_quadratic,
clt_parameters.fcorr_inf_vert,// final boolean use_vertical,
// now disaprity is already restored
// now disparity is already restored
false,//clt_parameters.ly_inf_en, // final boolean use_disparity, // for infinity - if true, restores differences in the direction of disparity that was subtracted during measurement)
// For ly_inf_en need to make sure that programmed disparity was 0.0, so
** BiQuadParameters - parameters defining Operation of a two quad camera rig
...
...
@@ -24,6 +22,8 @@ import java.util.Properties;
**
*/
importjava.util.Properties;
publicclassBiQuadParameters{
publicbooleanrig_mode_debug=true;
publicbooleanno_int_x0=true;// do not offset window to integer maximum for the rig - used when averaging low textures to avoid "jumps" for very wide maximums
...
...
@@ -447,7 +447,7 @@ public class BiQuadParameters {
"Try trimming hanging FG (need improvement)");
gd.addNumericField("Absolute tolerane to determine that a tile is a background one for the selected plane",this.pf_atolerance,4,6,"pix",
"When a tile has disparity smaller than a plane by more than this value it is considered to be farther (in backgeround)");
gd.addNumericField("Relative (to center tile disaprity) disaprity tolerance to distinguish between FG and BG",this.pf_rtolerance,4,6,"pix/pix",
gd.addNumericField("Relative (to center tile disparity) disparity tolerance to distinguish between FG and BG",this.pf_rtolerance,4,6,"pix/pix",
"Product of this value by the center disparity is added to the absolute tolerance (above)?");
gd.addNumericField("How many directions to look into (evenly of all 360) when trimming weak FG",this.pf_num_dirs,0,3,"",
"Weak FG trimming (after more permissive bridging over gaps) assumes that the FG adge should be strong, it looks in specified number of directions");
POST_PROCESSING.disparityCorrelationParameters.filter2UpdateMax?POST_PROCESSING.disparityCorrelationParameters.filter2MinAbsolute:Double.NaN,//double minAbsolute, // or NaN - will use enabled/disabled state of the tile
(POST_PROCESSING.disparityCorrelationParameters.filter2UpdateMax?POST_PROCESSING.disparityCorrelationParameters.filter2MinAbsolute:Double.NaN),//double minAbsolute, // or NaN - will use enabled/disabled state of the tile