Commit 5477b6bc authored by Andrey Filippov's avatar Andrey Filippov

several typos

parent 9812ffc0
...@@ -3380,7 +3380,7 @@ min_str_neib_fpn 0.35 ...@@ -3380,7 +3380,7 @@ min_str_neib_fpn 0.35
gd.addCheckbox ("Generate orthogonal to the ground view", this.fgnd_gen_optho, gd.addCheckbox ("Generate orthogonal to the ground view", this.fgnd_gen_optho,
"Generate relative to the ground plane view, minimizing anisotropic distortions."); "Generate relative to the ground plane view, minimizing anisotropic distortions.");
gd.addCheckbox ("Generate tilted-ground view", this.fgnd_gen_tilted, gd.addCheckbox ("Generate tilted-ground view", this.fgnd_gen_tilted,
"Generate view in the same directionm as the camera reference scene with tilted disparity matchin ground plane."); "Generate view in the same direction as the camera reference scene with tilted disparity matching ground plane.");
gd.addCheckbox ("Generate \"CT scan\" view", this.fgnd_gen_scan, gd.addCheckbox ("Generate \"CT scan\" view", this.fgnd_gen_scan,
"Generate multiple views vith varying offset to the ground plane view."); "Generate multiple views vith varying offset to the ground plane view.");
gd.addNumericField("CT scan low level", this.fgnd_ct_low, 5,7,"m", gd.addNumericField("CT scan low level", this.fgnd_ct_low, 5,7,"m",
......
...@@ -6221,7 +6221,7 @@ java.lang.NullPointerException ...@@ -6221,7 +6221,7 @@ java.lang.NullPointerException
} }
// TODO: Implement for CUAS ************************************************** // TODO: Implement for CUAS **************************************************
if (center_CLT != null) { if (center_CLT != null) {
earliest_scene = Interscene.reAdjustPairsLMAIntersceneCuas( // after combo dgi is available and preliminary poses are known earliest_scene = Interscene.reAdjustPairsLMAIntersceneCuas( // after combo dsi is available and preliminary poses are known
clt_parameters, // CLTParameters clt_parameters, clt_parameters, // CLTParameters clt_parameters,
mb_max_gain, // double mb_max_gain, mb_max_gain, // double mb_max_gain,
lma_use_R, // boolean use_R, lma_use_R, // boolean use_R,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment