Login  Register

About sortings errors in MaximumFinder.java

Posted by José on Aug 02, 2014; 5:21pm
URL: http://imagej.273.s1.nabble.com/About-sortings-errors-in-MaximumFinder-java-tp5009020.html

I am taking a look to the MaximumFinder implementation in ImageJ 148t
(source code available in http://pastebin.com/wRrZqXiE ) trying to
understand the function analyzeAndMarkMaxima(), and I have some questions
about it:

- How is the value of maxSortingError computed? (line 392) Could you
explain that computation?

- Why is the condition in the if in line 569  "v2 > v0 + maxSortingError"?
Could it be "v2 > v0"?

- Is it possible for sorting errors to happen in ByteProcessor?

Thanks.

José Díaz de Greñu

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html