Re: Segmenting a ROI
Posted by flettster on Jun 08, 2011; 5:24pm
URL: http://imagej.273.s1.nabble.com/Segmenting-a-ROI-tp3684322p3684324.html
That is a great idea!
Thank you
Only thing i would be worried about would be that the area under the white lines would be outside of the segments? That would not be ideal, how thin could the lines be?
And i dont understand what the iterator is? is it a function in imagej?
I guess i would use getSelectionbounds to calculate the center of the circle = x+halfwidth,y+half height.(and the radius) - or is there a direct method?
And why am i adding 0?
And the instruction so far would draw just one line? I just need to figure out the other 5.
Thanks
Andy