I have isolated an object in an image so that it is the only thing that remains. How coud I determine the coordinate at which this point lies? I would use this point to draw a cirlce around the object that remains.
"Timothy " <tluciani@brimrose.com> wrote in message <h2303q$cgb$1@fred.mathworks.com>...
> I have isolated an object in an image so that it is the only thing that remains. How coud I determine the coordinate at which this point lies? I would use this point to draw a cirlce around the object that remains.
---------------------------------------------------------------------------------------------
Do you mean the centroid? Have you used bwlabel and regionprops? What radius would you like to use for the circle?