Creating Circular shapes in a binary image
Show older comments
I want to make the white shapes as circular is there any morphological operations available in matlab..?

thanks in advance
Answers (1)
Image Analyst
on 22 Mar 2014
1 vote
I'm not sure what that means. Do you want to create a new image where each blob is replaced by a perfect circle that would have the same area as your original blob? If so, use regionprops to get the EquivDiameter and Centroid, and use the FAQ on circles to place a circle at each centroid.
3 Comments
raviraja
on 23 Mar 2014
Image Analyst
on 23 Mar 2014
The FAQ shows you how to make circles.
You can use watershed to cut a blob into two parts.
I still don't understand your question or your reply.
raviraja
on 24 Mar 2014
Categories
Find more on Morphological Operations in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!