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
f7ad213d
Commit
f7ad213d
authored
Dec 16, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed extra debug output
parent
b851d868
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
MatchSimulatedPattern.java
src/main/java/MatchSimulatedPattern.java
+1
-1
No files found.
src/main/java/MatchSimulatedPattern.java
View file @
f7ad213d
...
...
@@ -7249,7 +7249,7 @@ y=xy0[1] + dU*deltaUV[0]*(xy1[1]-xy0[1])+dV*deltaUV[1]*(xy2[1]-xy0[1])
int
numNewDefined
=
0
;
// System.out.println("this.PATTERN_GRID.length="+this.PATTERN_GRID.length+"this.PATTERN_GRID[0.length="+this.PATTERN_GRID[0].length);
// System.out.println("this.targetUV.length="+this.targetUV.length+"this.targetUV[0.length="+this.targetUV[0].length);
if
(
this
.
debugLevel
>
0
){
if
(
this
.
debugLevel
>
1
){
double
[][]
debugReplace
=
null
;
String
[]
debugTiltes
={
"deltaX"
,
"deltaY"
,
"Contrast"
,
"measX"
,
"measY"
,
"targetU"
,
"targetV"
};
debugReplace
=
new
double
[
7
][
this
.
PATTERN_GRID
.
length
*
this
.
PATTERN_GRID
[
0
].
length
];
...
...
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