How to fill in broken circles
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
So I am working on a way to detect and measure a circular hole from an image. However after cropping, thresholding and median filtering it there it there are still burrs that are showing in the image. How do I resolve this?
0 Kommentare
Antworten (1)
Ankit Bhardwaj
am 24 Apr. 2017
You can start with the following example on detecting and measuring circular objects in an image. https://www.mathworks.com/help/images/examples/detect-and-measure-circular-objects-in-an-image.html
The following might also be useful on learning how to identify round objects in an image https://www.mathworks.com/help/images/examples/identifying-round-objects.html
In the above example, please pay close attention to Setp 3 (Remove the Noise) which illustrates how to remove pixels which do not belong to the objects of interest (such as holes in a binary image).
0 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!