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
7185641c
Commit
7185641c
authored
Jun 27, 2021
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor debug change
parent
96854335
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
MatchSimulatedPattern.java
.../com/elphel/imagej/calibration/MatchSimulatedPattern.java
+1
-1
No files found.
src/main/java/com/elphel/imagej/calibration/MatchSimulatedPattern.java
View file @
7185641c
...
...
@@ -5079,7 +5079,7 @@ public class MatchSimulatedPattern {
:
null
);
if
((
node
!=
null
)
&&
(
node
[
0
]
!=
null
))
{
nodeQueue
.
add
(
new
GridNode
(
n
,
node
));
// save tried index for later, will be marked only when used (fixing a very old bug)
if
(
debugLevel
>
debugThreshold
-
1
)
if
(
debugLevel
>
debugThreshold
)
System
.
out
.
println
(
"adding candidate "
+
n
+
" x0="
+
point
[
0
]
+
" y0="
+
point
[
1
]
+
" -> "
+
node
[
0
][
0
]
+
"/"
+
node
[
0
][
1
]
+
" seqNumber.get()="
+
seqNumber
.
get
()
+
" n="
+
n
);
...
...
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