add sci-biology/imagej

This commit is contained in:
Florian Tham
2017-03-14 22:16:29 +01:00
parent a193d837ae
commit 7cb30e514f
3 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- source/ij/process/AutoThresholder.java 2012-07-17 11:23:08.000000000 -0400
+++ source/ij/process/AutoThresholder.java.new 2012-09-28 10:15:29.997623832 -0400
@@ -606,7 +606,7 @@
//
// Assumes a bimodal histogram. The histogram needs is smoothed (using a
// running average of size 3, iteratively) until there are only two local maxima.
- // Threshold t is such that yt1 > yt <= yt+1.
+ // Threshold t is such that yt-1 > yt <= yt+1.
// Images with histograms having extremely unequal peaks or a broad and
// flat valleys are unsuitable for this method.
int iter =0;