reading pixels from an image
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Mohanned Al Gharawi
am 4 Mai 2018
Kommentiert: Mohanned Al Gharawi
am 4 Mai 2018
I saved several images with extension fig, I need to read pixels in them, how can I do that?
2 Kommentare
KSSV
am 4 Mai 2018
What images? .fig is a matlab figure...you have data in hand you plotted them and saved as .fig. What exactly you want to do?
Akzeptierte Antwort
Image Analyst
am 4 Mai 2018
Don't save them as .fig files. Use imwrite() to save them as .PNG files. Otherwise you'll have to read in the figures with openfig() and then use getimage(), which is not as direct, plus .fig files are not readable by standard functions such as Photoshop or whatever.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Printing and Saving finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!