Login  Register

Re: plot profile in a stack

Posted by flowman on Sep 16, 2008; 1:43pm
URL: http://imagej.273.s1.nabble.com/plot-profile-in-a-stack-tp3695085p3695087.html

The StackProfilePlot macro is very useful for analyzing images in a stack.
I'd like to know how to save the list data in each line plot after applying this macro.

Rasband Wayne wrote
> Hi,
> I arrange images in a stack, and would like to draw a profile of a line
> within the image in the same place in each image (similar to
> multi-measure
> for particles).
> I would appreciate it if a someone could assist me in doing that.

The StackProfilePlot macro at

      http://rsb.info.nih.gov/ij/macros/StackProfilePlot.txt

does this. I found this macro by entering "stack profile" (without the
quotes) into the search box on the ImageJ home page.

-wayne