Problem with Creating Ellipse from Meshgrid on Image

2 次查看(过去 30 天)
I am interested in creating an ellipse from a meshgrid, which is centered on my image; however, it doesn't quite work. Can anyone assist me?
[rows cols dims] = size(image)
[x,y] = meshgrid(1:cols, 1:rows);
f = sqrt((x-cols).^2/200 + (y-rows).^2/900) -1
I am not sure if my equation is correct?

回答(1 个)

Image Analyst
Image Analyst 2013-3-6

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by