フィルターのクリア

In what conditions does an indexed image ensure the compression of a color image?

1 回表示 (過去 30 日間)
Hello! I need to make a code in matlab with indexed images and I need to ndesrtand the following thing in order to do the code: In what conditions does an indexed image ensure the compression of a color image?

採用された回答

Image Analyst
Image Analyst 2016 年 2 月 24 日
Under the condition that the number of colors you told it to use in rgb2ind() is less than the number of colors that are actually present in the full RGB image.
  2 件のコメント
Image Analyst
Image Analyst 2016 年 2 月 24 日
Under the condition that the number of colors you quantify it with are less than the number of colors that are actually present in the full RGB image.
Image Analyst
Image Analyst 2016 年 2 月 26 日
No. I am not referring to the color map, which is like a look up table that says what integer value should get mapped to what color. "The full RGB Image" means the image itself, not the N-by-3 color map (a "look up table"). The image is a rows-by-columns-by 3 color channels array. One array holds the red values, one array holds the green values and the third channel holds the blue pixel values, and they are all collected together into a single 3-D array..

サインインしてコメントする。

その他の回答 (0 件)

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by