필터 지우기
필터 지우기

Drawing circles in mm on an image

조회 수: 2 (최근 30일)
Rodi Ak
Rodi Ak 2018년 8월 22일
댓글: Rodi Ak 2018년 8월 22일
Hello community,
I want to draw circles with specific sizes in mm on an image.
So that if I would print out the image, the radius of the circles would appear in the same mm I used for drawing the circles. The picture is 480x720 in size and has 300dpi.
Can someone give me an advise?
Thanks in advance!

채택된 답변

Arie Lerner
Arie Lerner 2018년 8월 22일
Picture size is irrelevant here. only resolution, if I get your question right. DPI is dots per inches, one inch is 25.4mm, meaning you have density of 300/25.4 = 11.8 dots (or pixels) per mm. So if you want to draw a circle of X mm radius, it should have radius of X*11.8 dots.
  댓글 수: 1
Rodi Ak
Rodi Ak 2018년 8월 22일
Thank you! I was not sure whether dots is the same as pixels, but then it is just basic mathematics.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by