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
575e240c
Commit
575e240c
authored
Oct 13, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
speeding up
parent
689efe82
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1064 additions
and
922 deletions
+1064
-922
DebayerScissors.java
src/main/java/DebayerScissors.java
+144
-82
EyesisCorrections.java
src/main/java/EyesisCorrections.java
+154
-81
Eyesis_Correction.java
src/main/java/Eyesis_Correction.java
+1
-1
deBayerScissors.java
src/main/java/deBayerScissors.java
+765
-758
No files found.
src/main/java/DebayerScissors.java
View file @
575e240c
This diff is collapsed.
Click to expand it.
src/main/java/EyesisCorrections.java
View file @
575e240c
This diff is collapsed.
Click to expand it.
src/main/java/Eyesis_Correction.java
View file @
575e240c
...
...
@@ -3967,7 +3967,7 @@ private Panel panel1,panel2,panel3,panel4,panel5,panel5a, panel6,panel7,panelPos
final
AtomicInteger
ai
=
new
AtomicInteger
(
0
);
final
int
numberOfKernels
=
tilesY
*
tilesX
*
nChn
;
final
int
numberOfKernelsInChn
=
tilesY
*
tilesX
;
//
if (MASTER_DEBUG_LEVEL>1)
if
(
MASTER_DEBUG_LEVEL
>
1
)
System
.
out
.
println
(
"Eyesis_Correction:convolveStackWithKernelStack :\n"
+
"MASTER_DEBUG_LEVEL="
+
MASTER_DEBUG_LEVEL
+
"\n"
+
"imgWidth="
+
imgWidth
+
"\n"
+
...
...
src/main/java/deBayerScissors.java
View file @
575e240c
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