Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
imagej-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
imagej-elphel
Commits
5477b6bc
Commit
5477b6bc
authored
May 26, 2026
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
several typos
parent
9812ffc0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
IntersceneMatchParameters.java
...lphel/imagej/tileprocessor/IntersceneMatchParameters.java
+1
-1
OpticalFlow.java
...ain/java/com/elphel/imagej/tileprocessor/OpticalFlow.java
+1
-1
No files found.
src/main/java/com/elphel/imagej/tileprocessor/IntersceneMatchParameters.java
View file @
5477b6bc
...
...
@@ -3380,7 +3380,7 @@ min_str_neib_fpn 0.35
gd
.
addCheckbox
(
"Generate orthogonal to the ground view"
,
this
.
fgnd_gen_optho
,
"Generate relative to the ground plane view, minimizing anisotropic distortions."
);
gd
.
addCheckbox
(
"Generate tilted-ground view"
,
this
.
fgnd_gen_tilted
,
"Generate view in the same direction
m 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
,
"Generate multiple views vith varying offset to the ground plane view."
);
gd
.
addNumericField
(
"CT scan low level"
,
this
.
fgnd_ct_low
,
5
,
7
,
"m"
,
...
...
src/main/java/com/elphel/imagej/tileprocessor/OpticalFlow.java
View file @
5477b6bc
...
...
@@ -6221,7 +6221,7 @@ java.lang.NullPointerException
}
// TODO: Implement for CUAS **************************************************
if
(
center_CLT
!=
null
)
{
earliest_scene
=
Interscene
.
reAdjustPairsLMAIntersceneCuas
(
// after combo d
g
i is available and preliminary poses are known
earliest_scene
=
Interscene
.
reAdjustPairsLMAIntersceneCuas
(
// after combo d
s
i is available and preliminary poses are known
clt_parameters
,
// CLTParameters clt_parameters,
mb_max_gain
,
// double mb_max_gain,
lma_use_R
,
// boolean use_R,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment