Is RGB and True colortype image is same?
Show older comments
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.
Accepted Answer
More Answers (1)
Image Analyst
on 20 Jan 2014
0 votes
"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.
Categories
Find more on Convert Image Type in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!