Image Processing Question

Posted by Sebastian Rhode-2 on
URL: http://imagej.273.s1.nabble.com/Image-Processing-Question-tp3696307.html

Hi,

here is what I do for a little plugin in Java:

pic1 - pic2 = result1 --> measure --> min1 = 0

(pic1 +100) - pic2  = result2 --> measure --> min2 = 53

Built-in Plugins give the same results. Is ImageJ setting negative Pixel
values to Zero, since I expected min2=100?

And of course if you do image statistics stdDev (result1) and stdDev
(result2), the results will be different. In my opinion the addition of an
offset is required for the correct calculation of stdDev, but maybe I am
wrong.
Any suggestions on this issue?

Thanks for your help!

Sebi