Re: Annular ROI and profile plot
Posted by
Jan Eglinger on
Jan 28, 2014; 12:21pm
URL: http://imagej.273.s1.nabble.com/Annular-ROI-and-profile-plot-tp5006314p5006317.html
Hi Martin,
On 28.01.2014, 1:07 PM, MartinG wrote:
> Unfortunately I want to get a different kind of information (a intensity
> distribution).
> A similar profile can achived by using "segemented line slection", setting
> the "line width" to a certain amount, draw a shape around the desired area
> and plot profile afterwards.
> Now I want to get something like that, but with a annual ROI instead of a
> lot of lines.
>
Double-click the Line Tool to set the line width to the desired
thickness of the annular selection. Then convert your circle selection
to a line using 'Edit > Selection > Area to Line' and plot its profile.
In a macro:
makeOval(30, 30, 50, 50); // or draw a circle selection manually
setLineWidth(10);
run("Area to Line");
run("Plot Profile");
Hope that helps,
Jan
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html