Login  Register

Measure intensities *on* rather than within an ROI line, and be able to specify the "line" width.

Posted by Emmanuel Levy on Aug 03, 2011; 2:24pm
URL: http://imagej.273.s1.nabble.com/Measure-intensities-on-rather-than-within-an-ROI-line-and-be-able-to-specify-the-line-width-tp3683556.html

Hi,

I would like to measure pixel intensities along the border of
particles (cell membranes). In my macro each particle has a
corresponding ROI. That would be equivalent to being able to measure
the intensity *on* (and not within the ROI line), and be able to
specify the line width (e.g., 3-15 pixels).

In principle this looks simple but I'm not sure what would be the best
way to achieve it. The simplest (and very rough) way I thought of was
to run every measure twice, one on the "dilated" particles and one on
the "eroded" same particles. However, it's not optimal if I want to
get measures for different widths simultaneously (e.g., 3,5,7,9,11,13
and 15 pixels "ribbon" width).

Thanks for any advice you could give!
Best,

Emmanuel