Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我们在索引图像上应用 HUFFMAN 等统计压缩算法时,我们知道此类图像中的像素包含指向颜色查找表中的 RGB 值的索引号,我们压缩像素或查找表或两者兼而有之?
您只能在同一图像中多次找到像素 p(x,y) 时对其进行压缩,并且您可以找到该像素的较短值。因此,当您不破坏数学中的鸽巢原理时,您可以同时压缩像素和查找表。