ImageJ stopping makeLine

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

ImageJ stopping makeLine

drew10
I've been trying to wrap my head around this question for a couple days, but I feel I might be missing something simple:

I'm using the makeLine tool to gather intensity values radially from a center point I have picked. However, I would like this Line to stop as soon as it hits the boundary of the threshold I have manually set for the image (the line starts in the center of the threshold, and I would like it to stop on the edge of the threshold). How can I do this?

Much Obliged,