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!