How to measure picture in Matlab GUI
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Akzeptierte Antwort
Julien
am 21 Feb. 2013
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 Kommentare
Image Analyst
am 21 Feb. 2013
Where did you upload your image to? You forgot to tell us. You can measure things manually with imdistline().
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!