draw a white circle on an binary image?
显示 更早的评论
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??
采纳的回答
更多回答(1 个)
Matthew Eicholtz
2016-1-29
0 个投票
类别
在 帮助中心 和 File Exchange 中查找有关 Get Started with Computer Vision Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!