how to convert the rgb componet of image in 8bit - binary value for matlab?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
i want to convert the r,g and b componet of image in 8bit-binary format ...
0 Kommentare
Antworten (1)
Image Analyst
am 31 Mär. 2014
What format are they in now? Normally most RGB images are in 8 bits per channel (24 bits total) unsigned 8 bit ("uint8"). What are yours? I'm not sure what you want to convert into what. What are you starting with (a 3D RGB image, or 3 separate gray scale color channels), and what do you want to end up with (a 3D RGB image, or 3 separate gray scale color channels)?
Siehe auch
Kategorien
Mehr zu Convert Image Type finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!