Description: 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).
To Search:
File list (Check if you may need any files):
Filename | Size | Date |
---|
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 |