Is RGB and True colortype image is same?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Shaila parvin
il 20 Gen 2014
Risposto: Image Analyst
il 20 Gen 2014
I want to download some RGB images. But after downloading images I've found that all are truecolor images. Are they same?
Please help me.
0 Commenti
Risposta accettata
Bruno Pop-Stefanov
il 20 Gen 2014
Yes, this is the same. "True color" refers to the depth of an RGB image. With true colors, each pixel of an RGB image is 24-bit: each of the three components (red, green, blue) has a value between 0 and 255 (8 bits).
0 Commenti
Più risposte (1)
Image Analyst
il 20 Gen 2014
"True" color means color in the visible wavelength range, which means red, green, and blue, so "True" color is the same as RGB. You could also have other kinds of color like pseudocolor where it's an integer image where each value gets mapped into a color via a pseudocolor look up table, or a hyperspectral image (like from satellites) where they represent different wavelengths, some that are invisible. Any of those spectral channels can be mapped into red, green, or blue, so even though they are RGB images, they are not really "true color" if they didn't construct the RGB image from visible wavelength spectral channels. They would be pseudocolor images.
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!