draw a white circle on an binary image?
Mostrar comentarios más antiguos
hi I want to draw a white cirle on an image ..my image is binary and I want to draw a withe circle on it : I have cordinate and radius of this: I use this code
if true
m=imread('img2.tif');
imshow(m);imellipse(gca,[168.673621460507 309.997019374069 50 50]);
end
and my result is like this:

how can I make a white circle before using it on this image and then use this circle on it??
Respuesta aceptada
Más respuestas (1)
Matthew Eicholtz
el 29 de En. de 2016
0 votos
Categorías
Más información sobre Image and Video Ground Truth Labeling en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!