搜索资源列表
-
3下载:
常用图像压缩编码码matlab实现。包括:DM编码、变换编码(FFT和DCT)、算术编码、行程编码、Huffman编码、线性预测编码和一个近似的JPEG编码过程。非常适合入门用户实践。,Commonly used image compression coding matlab code to achieve. Including: DM coding, transform coding (FFT and DCT), arithmetic coding, Run-Length Coding, Hu
-
-
1下载:
可以实现图像霍夫曼编码,香家费诺编码,算术编码,游程编码,位平面编码,预测编码,在编码过程中会显示被压缩图像的各个参数(压缩比,码长,信噪比等),并有图像恢复功能.-Huffman code can achieve images, Fenno House Shannon coding, arithmetic coding, run-length coding, bit plane coding, predictive coding, in the process of encoding comp
-
-
0下载:
这个是我前一段时间在国外网站上找到的16-bit的霍夫曼编解码器。我们常用的都是8-bit的,希望这个对大家有用。尤其是对医学图像,因为其有8位,12位,16位等。-i got this 16-bit huffman codec from abroad website. we usually use 8-bit huffman codec. this source code is especially useful for medical image process.
-
-
0下载:
huffman经常用在图像压缩领域。代码是huffman实现的数据压缩与解压缩程序。vc实现。-huffman often used in image compression field. Huffman code to achieve data compression and decompression process. vc achieved.
-
-
0下载:
该代码给出了对于典型的LENA图像的HUFFMAN编码压缩过程。该方法的效率比算术编码要高!-The code is given HUFFMAN coding typical LENA image compression process. The efficiency of the method is to be higher than the arithmetic coding!
-
-
0下载:
The program uses Huffman code algorithm to compress any file (text file, image file, ...) by creating a optimal prefix tree. The user interface is very simple to process encoding a file or decoding a file.
-
-
0下载:
实现jpeg编码过程源代码,VC++6.0完整工程文件,包括详细注释
包含添加jpeg文件头的工具,测试图片-Jpeg encoding process to achieve the source code, VC++6.0 complete project documentation, including detailed annotation tools to add jpeg file header contains the test image
-
-
0下载:
该代码是用MATLAB写的。实现了JPEG压缩与解压缩的基本过程。适合图像方向的初学者学习使用。 MATLAB语言开发-The code is written in MATLAB. Achieve a JPEG compression and decompression of the basic process. Suitable for beginners to learn to use the image orientation. MATLAB language development
-
-
0下载:
基于JPEG的图像压缩代码,包含DCT变换,色度量化,霍夫曼编码,zig扫描等详细过程-Based on the JPEG image compression code, including DCT, color quantization, Huffman coding, zig scanning process in detail
-
-
1下载:
针对灰度图像的编码和解码程序,包括分块,DCT,量化和zigzag扫描过程,内附测试图集。-For grayscale image encoding and decoding procedures, block, DCT, quantization and zigzag scanning process includes, enclosing test portfolio.
-