Re: Disjoint ROI selection using macro language
Posted by Gabriel Landini on
URL: http://imagej.273.s1.nabble.com/Disjoint-ROI-selection-using-macro-language-tp3692854p3692862.html
On Friday 17 April 2009, Senger Fabrice wrote:
> I have a picture with 10 cells in it.
> I'm able to segment them.
> Next for each cell I would create a new picture.
> So I don't want to copy one specific particle, I would like to create
> one image for each particle.
> This is part of an analysis scheme where I plan to isolate cells from a
> picture into a folder and then batch process this folder with another
> macro.
Have a look at the Catalogue_Particles macro in the Morphology collection.
It can create a stack of objects extracted from a binary image (one object per
slice).
Cheers,
G