Commit a817f0c0 authored by Andrey Filippov's avatar Andrey Filippov

added Eyesis_Correction.xml, updated IJ version, typo fix

parent 26e9b649
<?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>
......@@ -38,7 +38,8 @@
<dependency>
<groupId>net.imagej</groupId>
<artifactId>ij</artifactId>
<version>1.52e</version>
<!-- <version>1.52e</version> -->
<version>1.53j</version>
</dependency>
<dependency>
<groupId>org.jcuda</groupId>
......@@ -264,7 +265,7 @@
</repository>
<repository>
<id>elphel.imagej-elphel</id>
<url>https://github.com/Elphel/imagej-elphel</url>
<url>https://git.elphel.com/Elphel/imagej-elphel</url>
</repository>
<repository>
<id>other</id>
......
......@@ -2499,7 +2499,7 @@ public class ImageDtt extends ImageDttCPU {
}
}
// 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}; // dispaprity = 0 will be initial approximation for LMA if no averaging
if (combine_corrs) {
double [] corr_combo_tile = correlation2d.accumulateInit(); // combine all available pairs
double sumw = 0.0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment