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
288a87a6
Commit
288a87a6
authored
Oct 31, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debugging initial pattern detection
parent
0414c82c
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
627 additions
and
382 deletions
+627
-382
LensAdjustment.java
src/main/java/LensAdjustment.java
+2
-1
MatchSimulatedPattern.java
src/main/java/MatchSimulatedPattern.java
+625
-381
No files found.
src/main/java/LensAdjustment.java
View file @
288a87a6
...
...
@@ -131,7 +131,8 @@ public class LensAdjustment {
imp_eq
,
// image to process
threadsMax
,
updateStatus
,
debug_level
);
// debug level used inside loops
debug_level
,
// debug level used inside loops
debug_level
);
// global debug level ?
if
(
debug_level
>
1
)
System
.
out
.
println
(
"distortions() finished at "
+
IJ
.
d2s
(
0.000000001
*(
System
.
nanoTime
()-
startTime
),
3
));
matchSimulatedPattern
.
recalculateWaveVectors
(
...
...
src/main/java/MatchSimulatedPattern.java
View file @
288a87a6
This diff is collapsed.
Click to expand it.
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