Borrar filtros
Borrar filtros

how to draw circle around each white point

1 visualización (últimos 30 días)
kmla
kmla el 30 de En. de 2018
Respondida: Walter Roberson el 30 de En. de 2018
how to draw circle around each white point
  1 comentario
Rik
Rik el 30 de En. de 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?

Iniciar sesión para comentar.

Respuestas (1)

Walter Roberson
Walter Roberson el 30 de En. de 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.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by