Re: AND function
Posted by
Florian Ulrich on
Jul 18, 2005; 3:03pm
URL: http://imagej.273.s1.nabble.com/AND-function-tp3705233p3705235.html
yep, but that's what I got.
anyway, the min operation nicely works.
thanks again,
Florian
> At 01:28 PM 7/14/05 +0200, Florian Ulrich wrote:
>>to find colocalization, I am comparing two 8-bit channels with the AND
>>function. I thought, it would calculate like
>
>>first channel value 110
>>second channel value 55
>>AND operation gives 55...
>
> 110 AND 55 is 38, not 55.
>
> Rex Couture
>
>