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
58970e5a
Commit
58970e5a
authored
Jun 06, 2018
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
continue on correlation with averaging
parent
c5a13cd6
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1022 additions
and
101 deletions
+1022
-101
BiQuadParameters.java
src/main/java/BiQuadParameters.java
+120
-3
BiScan.java
src/main/java/BiScan.java
+316
-26
Eyesis_Correction.java
src/main/java/Eyesis_Correction.java
+4
-1
ImageDtt.java
src/main/java/ImageDtt.java
+204
-23
TwoQuadCLT.java
src/main/java/TwoQuadCLT.java
+378
-48
No files found.
src/main/java/BiQuadParameters.java
View file @
58970e5a
This diff is collapsed.
Click to expand it.
src/main/java/BiScan.java
View file @
58970e5a
This diff is collapsed.
Click to expand it.
src/main/java/Eyesis_Correction.java
View file @
58970e5a
...
...
@@ -5100,8 +5100,11 @@ private Panel panel1,
TWO_QUAD_CLT
.
showBiScan
(
QUAD_CLT
,
// QuadCLT quadCLT_main, // tiles should be set
QUAD_CLT_AUX
,
// QuadCLT quadCLT_aux,
CLT_PARAMETERS
,
// EyesisCorrectionParameters.CLTParameters clt_parameters,
DEBUG_LEVEL
);
// final int debugLevel) // throws Exception
THREADS_MAX
,
//final int threadsMax, // maximal number of threads to launch
UPDATE_STATUS
,
//final boolean updateStatus,
DEBUG_LEVEL
);
//final int debugLevel);
return
true
;
}
public
boolean
processPoles
()
{
...
...
src/main/java/ImageDtt.java
View file @
58970e5a
This diff is collapsed.
Click to expand it.
src/main/java/TwoQuadCLT.java
View file @
58970e5a
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