how to access the ROI programmatically?
Posted by Per Christian Henden on
URL: http://imagej.273.s1.nabble.com/how-to-access-the-ROI-programmatically-tp3702303.html
Hi group,
I need to do a check for whether or not a certain point/pixel coordinate is
contained in the ROI.
My code is of the form
for all pixels, if pixels is in ROI, do stuff
The ROI is a path resulting from freehand selection.
I was not able to find such a function in the API documentation. Is there a
function like the one I'm describing? Any suggestions on how to implement it?
Cheers,
PER