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
aa3c316e
Commit
aa3c316e
authored
Oct 17, 2020
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debugging
parent
8f04633f
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
925 additions
and
94 deletions
+925
-94
ErsCorrection.java
...n/java/com/elphel/imagej/tileprocessor/ErsCorrection.java
+917
-94
OpticalFlow.java
...ain/java/com/elphel/imagej/tileprocessor/OpticalFlow.java
+8
-0
No files found.
src/main/java/com/elphel/imagej/tileprocessor/ErsCorrection.java
View file @
aa3c316e
This diff is collapsed.
Click to expand it.
src/main/java/com/elphel/imagej/tileprocessor/OpticalFlow.java
View file @
aa3c316e
...
...
@@ -2166,10 +2166,18 @@ public class OpticalFlow {
iscale
);
double
[][][]
pair
=
{
reference_QuadCLT
.
getDSRBG
(),
dsrbg
};
/*
reference_QuadCLT.getErsCorrection().compareDSItoWorldDerivatives(
reference_QuadCLT, // QuadCLT scene_QuadClt,
0.03, // double max_inf_disparity, // absolute value
1); // int debug_level);
*/
reference_QuadCLT
.
getErsCorrection
().
comparePXYD_Derivatives
(
scene_QuadCLT
,
// QuadCLT scene_QuadClt,
reference_QuadCLT
,
// QuadCLT reference_QuadClt,
0.03
,
// double max_inf_disparity, // absolute value
1
);
// int debug_level
if
(
debug_level
>
-
100
)
{
return
pair
;
...
...
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