Login  Register

Re: list of x, y, and z coordinates included in a list of ROI in ROI Manager

Posted by Ioannis Sechopoulos on Sep 14, 2011; 2:53pm
URL: http://imagej.273.s1.nabble.com/list-of-x-y-and-z-coordinates-included-in-a-list-of-ROI-in-ROI-Manager-tp3683163p3683164.html

I'll answer my own question since I found a way to do almost exactly what I needed (with some improvements!), and I'll describe it here for posterity.

I found the "Segmentation Editor" plugin:

http://132.187.25.13/home/?category=Download&page=SegmentationEditor

which allows for me to do what I needed almost as I described. With this plugin, you can manually set ROIs in several slices (even more than one ROI per slice) using the ImageJ selection tools (you can skip some slices and then interpolate the ROIs in between) and use some additional functionalities (opening, closing). When done, this plugin creates a 3D mask image. You can save this image or then use Analyze->Tools->Save XY Coordinates if you need a listing of the x,y,z coordinates in text form. Very useful.

Hope this helps anybody else looking for similar functionality.