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
47bf5840
Commit
47bf5840
authored
Dec 28, 2023
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed bug with adjustment by non-reference scene
parent
b469f1c2
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
66 additions
and
56 deletions
+66
-56
Interscene.java
...main/java/com/elphel/imagej/tileprocessor/Interscene.java
+64
-55
StructureFromMotion.java
.../elphel/imagej/tileprocessor/sfm/StructureFromMotion.java
+2
-1
No files found.
src/main/java/com/elphel/imagej/tileprocessor/Interscene.java
View file @
47bf5840
This diff is collapsed.
Click to expand it.
src/main/java/com/elphel/imagej/tileprocessor/sfm/StructureFromMotion.java
View file @
47bf5840
...
...
@@ -219,8 +219,9 @@ public class StructureFromMotion {
mb_max_gain
,
// double mb_max_gain,
null
,
// min_max, // double [] min_max, // null or pair of minimal and maximal offsets
fail_reason
,
// int [] fail_reason, // null or int[1]: 0 - OK, 1 - LMA, 2 - min, 3 - max
ref_scene
,
// QuadCLT ref
erence_QuadCLT,
ref_scene
,
// QuadCLT ref
_scene, // Scene for which DSI (ref_disparity) is calculated
ref_disparity
,
// double [] ref_disparity, // null or alternative reference disparity
ref_scene
,
// QuadCLT first_scene,
ref_pXpYD
,
// double [][] pXpYD_ref, // pXpYD for the reference scene
tp_tasks_ref
[
0
],
// TpTask[] tp_tasks_ref, // only (main if MB correction) tasks for FPN correction
scene
,
// QuadCLT scene_QuadCLT,
...
...
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