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
a817f0c0
Commit
a817f0c0
authored
Jan 25, 2022
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added Eyesis_Correction.xml, updated IJ version, typo fix
parent
26e9b649
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
3 deletions
+15
-3
Eyesis_Correction.xml
Eyesis_Correction.xml
+11
-0
pom.xml
pom.xml
+3
-2
ImageDtt.java
src/main/java/com/elphel/imagej/tileprocessor/ImageDtt.java
+1
-1
No files found.
Eyesis_Correction.xml
0 → 100644
View file @
a817f0c0
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<!-- Copy this file to ~/.imagej . If that directory does not exist it will be created after first launch. This will enable all start buttons in menu -->
<properties>
<comment>
last updated Thu Sep 08 14:09:47 MDT 2016
</comment>
<entry
key=
"ADVANCED_MODE"
>
True
</entry>
<entry
key=
"DCT_MODE"
>
True
</entry>
<entry
key=
"MODE_3D"
>
False
</entry>
<entry
key=
"GPU_MODE"
>
True
</entry>
<entry
key=
"LWIR_MODE"
>
True
</entry>
</properties>
pom.xml
View file @
a817f0c0
...
@@ -38,7 +38,8 @@
...
@@ -38,7 +38,8 @@
<dependency>
<dependency>
<groupId>
net.imagej
</groupId>
<groupId>
net.imagej
</groupId>
<artifactId>
ij
</artifactId>
<artifactId>
ij
</artifactId>
<version>
1.52e
</version>
<!-- <version>1.52e</version> -->
<version>
1.53j
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.jcuda
</groupId>
<groupId>
org.jcuda
</groupId>
...
@@ -264,7 +265,7 @@
...
@@ -264,7 +265,7 @@
</repository>
</repository>
<repository>
<repository>
<id>
elphel.imagej-elphel
</id>
<id>
elphel.imagej-elphel
</id>
<url>
https://git
hub
.com/Elphel/imagej-elphel
</url>
<url>
https://git
.elphel
.com/Elphel/imagej-elphel
</url>
</repository>
</repository>
<repository>
<repository>
<id>
other
</id>
<id>
other
</id>
...
...
src/main/java/com/elphel/imagej/tileprocessor/ImageDtt.java
View file @
a817f0c0
...
@@ -2499,7 +2499,7 @@ public class ImageDtt extends ImageDttCPU {
...
@@ -2499,7 +2499,7 @@ public class ImageDtt extends ImageDttCPU {
}
}
}
}
// get CM disparity/strength
// get CM disparity/strength
double
[]
disp_str
=
{
0.0
,
0.0
};
// diaprity = 0 will be initial approximation for LMA if no averaging
double
[]
disp_str
=
{
0.0
,
0.0
};
// di
sp
aprity = 0 will be initial approximation for LMA if no averaging
if
(
combine_corrs
)
{
if
(
combine_corrs
)
{
double
[]
corr_combo_tile
=
correlation2d
.
accumulateInit
();
// combine all available pairs
double
[]
corr_combo_tile
=
correlation2d
.
accumulateInit
();
// combine all available pairs
double
sumw
=
0.0
;
double
sumw
=
0.0
;
...
...
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