How to measure picture in Matlab GUI
조회 수: 2 (최근 30일)
이전 댓글 표시
i am doing an interface for measurement tool for my final year project, (FYP). I need to know how measure picture in Matlab GUI.
댓글 수: 0
채택된 답변
Julien
2013년 2월 21일
Hi,
What do you mean about measuring a picture ? If you only want to get the resolution, use P=imread('picturename.format')
You will store a matrix containing all the pixels. Then the size of your picture is the number of line and the number of columns.
댓글 수: 3
Image Analyst
2013년 2월 21일
Where did you upload your image to? You forgot to tell us. You can measure things manually with imdistline().
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!