Login  Register

Re: How to get regional pixels from 'Analyze Particles ...'

Posted by Wayne Rasband on Jul 21, 2009; 1:44am
URL: http://imagej.273.s1.nabble.com/How-to-get-regional-pixels-from-Analyze-Particles-tp3691710p3691711.html

On Jul 20, 2009, at 8:40 PM, Tamjid wrote:

> Dear All
>
>       while using 'Analyze Particles ...' [from Analyze>Analyze  
> Particles
> ...]
>
>   Is there a way to get
>
>         (a)  the region # and corresponding all the pixels (x, y etc)
> within that region.
>         (b) Is there a way to turn off the numbering on the image  
> while
> using the 'outline' option.

Use the "Masks" option and then run Process>Binary>Outline.

> Or, which module to focus for modification.

http://rsbweb.nih.gov/ij/developer/source/ij/plugin/filter/ParticleAnalyzer.java.html

-wayne