how to convert an image into data?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
what are tools available for converting image into data
1 commentaire
Réponse acceptée
stalin
le 17 Déc 2014
read the image using
A = imread('filename.fmt')
- In A u can see the data about the image
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Convert Image Type dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!