필터 지우기
필터 지우기

Draw circle on image, center to center

조회 수: 3 (최근 30일)
bashar halleem
bashar halleem 2020년 4월 11일
댓글: Matt J 2020년 4월 12일
Hello Every One.
I want to draw circle on image, center to center, the radius equal to quarter of the image side length. How can I do please
  댓글 수: 2
Matt J
Matt J 2020년 4월 11일
What does "center to center" mean?
bashar halleem
bashar halleem 2020년 4월 11일
Center of circle at the center of Image

댓글을 달려면 로그인하십시오.

채택된 답변

Matt J
Matt J 2020년 4월 11일
편집: Matt J 2020년 4월 11일
Maybe this is what you're looking for,
>> A=rgb2gray(imread('wagon.jpg')); imshow(A);
>> [m,n]=size(A);
>> drawcircle('Center',[n,m]/2+0.5,'Radius',length(A)/4)
  댓글 수: 7
Matt J
Matt J 2020년 4월 12일
OP's comment moved here:
Thanks @Matt J
Matt J
Matt J 2020년 4월 12일
You are quite welcome.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Camera Calibration에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by