Measure over a thershold without ROI

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Measure over a thershold without ROI

JPCLAMME
Hello,

I was wondering if there was a function that alows to do intensity
measurments and statistics on a whole image but that would skip all the
pixels in that image that are below a threshold (in my case skip all the
pixel with a value of  0) ?
( I don't want/ can't create ROIs))

Thanks,

JP
 
Reply | Threaded
Open this post in threaded view
|

Re: Measure over a thershold without ROI

Wayne Rasband
> Hello,
>
> I was wondering if there was a function that alows to do intensity
> measurments and statistics on a whole image but that would skip all the
> pixels in that image that are below a threshold (in my case skip all
> the
> pixel with a value of  0) ?
> ( I don't want/ can't create ROIs))

   1. Set the threshold to 1-255 in Image>Adjust>Threshold
   2. Enable "Limit to Threshold" in Analyze>Set Measurements
   3. Press "m" (Analyze>Measure)

No ROIs are required. This assumes an 8-bit image.

-wayne