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!