reading image and run length encoding
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
how to read images in matlab which will convert it into a binary output?
0 Commenti
Risposte (1)
Walter Roberson
il 30 Apr 2011
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()
0 Commenti
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!