reading image and run length encoding
Afficher commentaires plus anciens
how to read images in matlab which will convert it into a binary output?
Réponses (1)
Walter Roberson
le 30 Avr 2011
0 votes
If the images are in a custom format, then it depends on the details of the custom format.
Some of the standard image formats include run-length encoding; if you have one of those, then you would use imread()
Catégories
En savoir plus sur Convert Image Type dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!