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