Files
overlay/sci-biology/imagej/files/fix_non-ascii_char.patch
2017-03-14 22:16:29 +01:00

12 lines
593 B
Diff
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
--- 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;