inserting a circle on a binary image

2 visualizaciones (últimos 30 días)
Nouf Harbi
Nouf Harbi el 11 de Mzo. de 2018
Respondida: Walter Roberson el 11 de Mzo. de 2018
i have a binary image and i want to do a loop for which if the pixel is 1 i want to insert a mark on it and otherwise do nothing. can someone kindly guide me?
  2 comentarios
Walter Roberson
Walter Roberson el 11 de Mzo. de 2018
What is a "mark" for your purpose?
Is the required output something on the display, or is it a new matrix with the marks included?
How does this relate to the question about inserting a circle?
Nouf Harbi
Nouf Harbi el 11 de Mzo. de 2018
a mark like a circle on a detected ship. i did a threshold using the max value and my result is an image with a ship and many false alams. i want to insert a circle on the ship i detected .. the ship is 1 the ocean is 0

Iniciar sesión para comentar.

Respuestas (1)

Walter Roberson
Walter Roberson el 11 de Mzo. de 2018
regionprops() to get the centroids . You can pass the centroids to viscircles() to have a circle be drawn at those locations.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by