Convert 8bit binary to a represented image?
Mostrar comentarios más antiguos
Hello everyone!
I am working on a project and I have to convert some 8bit binary values to an image. Do you have any suggestions how could I do that?
2 comentarios
Preethi
el 23 de Nov. de 2018
Hello,
i am not sure if this helps...
if you are looking for a binary image(black and white) then you can covert these binary values to decimal and then display using imshow()...for colour images you will need colour map for RGB values.
Michail Isaakidis
el 23 de Nov. de 2018
Respuestas (0)
Categorías
Más información sobre Convert Image Type en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!