how to convert an image into data?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
what are tools available for converting image into data
1 Commento
Risposta accettata
stalin
il 17 Dic 2014
read the image using
A = imread('filename.fmt')
- In A u can see the data about the image
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Convert Image Type in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!