how to draw circle around each white point
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
how to draw circle around each white point

1 Commento
Rik
il 30 Gen 2018
What have you tried so far? It shouldn't be too hard to find something like this. What problems did you encounter when you tried them?
Risposte (1)
Walter Roberson
il 30 Gen 2018
regionprops() to get centroids. viscircles() to draw the circles, if the purpose is display, and insertShape (Computer Vision) if the purpose is to create a new image.
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!