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
0414c82c
Commit
0414c82c
authored
Oct 30, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debugging
parent
5b0abf38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
MatchSimulatedPattern.java
src/main/java/MatchSimulatedPattern.java
+4
-0
No files found.
src/main/java/MatchSimulatedPattern.java
View file @
0414c82c
...
@@ -3321,6 +3321,10 @@ public class MatchSimulatedPattern {
...
@@ -3321,6 +3321,10 @@ public class MatchSimulatedPattern {
iUVRef
[
1
]=
iUVdir
[
1
]+
directionsUV
[
iUVdir
[
2
]][
1
];
iUVRef
[
1
]=
iUVdir
[
1
]+
directionsUV
[
iUVdir
[
2
]][
1
];
double
[][]
refCell
=
PATTERN_GRID
[
iUVRef
[
1
]][
iUVRef
[
0
]];
// should never be null as it is an old one
double
[][]
refCell
=
PATTERN_GRID
[
iUVRef
[
1
]][
iUVRef
[
0
]];
// should never be null as it is an old one
if
(
refCell
==
null
){
System
.
out
.
println
(
"refCell==null"
);
continue
;
}
//found reference cell, calculate x/y, make sure it is inside the selection w/o borders
//found reference cell, calculate x/y, make sure it is inside the selection w/o borders
double
[][]
wv
=
new
double
[
2
][];
double
[][]
wv
=
new
double
[
2
][];
wv
[
0
]=
refCell
[
1
];
wv
[
0
]=
refCell
[
1
];
...
...
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