フィルターのクリア

Is RGB and True colortype image is same?

8 ビュー (過去 30 日間)
Shaila parvin
Shaila parvin 2014 年 1 月 20 日
回答済み: Image Analyst 2014 年 1 月 20 日
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.

採用された回答

Bruno Pop-Stefanov
Bruno Pop-Stefanov 2014 年 1 月 20 日
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).

その他の回答 (1 件)

Image Analyst
Image Analyst 2014 年 1 月 20 日
"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.

カテゴリ

Help Center および File ExchangeImage Processing Toolbox についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by