Re: filter particles
Posted by
Gabriel Landini on
URL: http://imagej.273.s1.nabble.com/filter-particles-tp4999791p4999792.html
On Thursday 16 Aug 2012 10:38:07 you wrote:
> i am using "Analyze Particles" for finding particles and adding them to the
> ROI manager.
> afterward i want to filter the particles according to certain criteria
> (e.g. mean intensity of the ROIs in a certain image a.s.o.)
>
> one way is writing a for-next loop over the ROIs, compute for each ROI what
> i want and then kick out the ROIs that are "not good".
I do this using the Particles8 plugin on a binary image with the "morphology"
and "redirect" options. This collects shape, size and geyscale/colour
information that can then accessed from the Results Table. This is available
in the Morphology zip in my page.
Some macros there show how to delete particles, the Delete_ZeroArea uses the
flood fill of the area selected with the wand on the original image, while the
KeepParticlesInRange macro uses binary reconstruction.
Hope it helps
Gabriel
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html