I have a grayscale image, which I convert to black and white image, and do some processing on it. After the processing, I have a black and white image which has groups of white pixels in a black image. So I want to place circles around the areas which are white in resultant image, but in original image.
I have thought of many approaches but am still unable to start with any approach.
Please help.
I have a grayscale image, which I convert to black and white image, and
Share
You can use regionprops to get some statistics about connected white regions in a binary image, and estimate a region radius from that.
Gives:
