필터 지우기
필터 지우기

the resolution for one pixel

조회 수: 1 (최근 30일)
simira atraqi
simira atraqi 2012년 3월 27일
Hello, I have image in Matlab, how can I know the resolution for one pixel, if every pixel 1 mm or more, I mean how can I measure on the image. Thank you very much

답변 (2개)

Jan
Jan 2012년 3월 27일
You can't. An image is represented as a 3D RGB array, but there is no information about the resolution - usually.
If you think, that it is possible in theory to determine the resolution, please specify the expression "I have image in Matlab".

Image Analyst
Image Analyst 2012년 3월 27일
You have to measure some known thing in your image, such as a ruler or meter stick. Then calculate the number of pixels per mm, or mm per pixel. Then you have a calibration factor that you can divide or multiply respectively to get your answer in mm.

카테고리

Help CenterFile Exchange에서 Geometric Transformation and Image Registration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by