How to detect triangles, ellipses, and circles in binary image?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have this binary image, and I need to classify between triangles, ellipses, circles, and rectangles. I already done the rectangle classification part. Apart from thresholding circularity, extent, boundingbox values (which works), how to classify the triangle (it always gets detected as circle using algorithms), classify ellipses vs circles (there is 1 circle in image)?
0 Commenti
Risposte (1)
Image Analyst
il 2 Apr 2021
A good way is to find the centroid and boundaries, then use findpeaks() to find the number of vertices. See my attached shape analysis demos.
0 Commenti
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!