文件名称:pixel_coder
介绍说明--下载内容均来自于网络,请自行研究使用
霍夫曼编码;量化到8位字节每个像素编码及解码(Write a MATLAB function [zipped, info] = pixel_coder(X) that takes an image X and using the
Huffman coder above applied in the pixel domain quantized to 8 bits per pixel returns the coded
sequence zipped along with the header information, info. You should also provide a function:
X = pixel_decode(zipped,info).)
Huffman coder above applied in the pixel domain quantized to 8 bits per pixel returns the coded
sequence zipped along with the header information, info. You should also provide a function:
X = pixel_decode(zipped,info).)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
pixel_coder\huffman_bench1.m | 771 | 2017-11-27 |
pixel_coder\pixel_coder.m | 252 | 2017-11-27 |
pixel_coder\pixel_decoder.m | 204 | 2017-11-27 |
pixel_coder\pixel_test.m | 464 | 2017-11-27 |