搜索资源列表
基于DCT的jpeg图像压缩编码算法的MATLAB实现
- 这是一个基于DCT的jpeg图像压缩编码算法的MATLAB实现的程序,对做jpeg压缩的朋友会很有帮助-this is matlab jpeg compression based on dct,it is helpful for who embark on jpeg compression.
jpeg
- jpeg压缩的matlab程序,包括分块,量化,霍夫曼编码,其中量化和霍夫曼编码用查表实现,提高速度。
simple_jpeg_encoder
- 简易的JPEG压缩程序(Matlab实现)
基于DCT的jpeg图像压缩编码算法的MATLAB实现
- 这是一个基于DCT的jpeg图像压缩编码算法的MATLAB实现的程序,对做jpeg压缩的朋友会很有帮助-this is matlab jpeg compression based on dct,it is helpful for who embark on jpeg compression.
Actual_JPEG_codec
- 由几个完整的m文件组成的很好的jepg压缩解压的matlab实现程序。 Steps to Run: 1. Run jpegdemo.m (encoder) by Yu Hen Hu 2. Run ijpegdemo.m (decoder) by Ravi Lakkundi (Me)-several integrity of the document consisting of m good jepg compression
EZW_Matlab_Demo
- 图像压缩算法EZW的Matlab实现程序-EZW image compression algorithm of the Matlab program realize
jpeg
- jpeg压缩的matlab程序,包括分块,量化,霍夫曼编码,其中量化和霍夫曼编码用查表实现,提高速度。-jpeg compression matlab procedures, including block, quantization, Huffman coding, in which quantization and Huffman coding using look-up table to achieve, improve the
simple_jpeg_encoder
- 简易的JPEG压缩程序(Matlab实现)-Summary of the JPEG compression process (Matlab realize)
jpeg_matlab_program
- 这是一个用MATLAB软件来实现的图像JPEG压缩程序源代码-This is a used MATLAB software to achieve JPEG image compression source code
JPEG-for-Matlab
- 本程序是用matlab实现的,用来对图像进行JPEG方式的压缩,从而达到减少图像传输量的目的!-This procedure is realized matlab for JPEG image compression methods to reduce the amount of image transmission purpose!
JEPGmatlab
- 图像压缩 JPEG 的matlab实现程序-image compression jpeg
JPEGcompression
- 本程序实现了一个基本的灰度图像的JPEG压缩过程。其中的函数可实现DCT变换。-It shows what a jpeg compression is all about.
JPEG-Matlab
- 实现图像的JPEG压缩和解压的 Matlab程序-To achieve the JPEG image compression and decompression of the Matlab program
JPEG-2000-
- 本文所做的主要工作为:研究了JPEG2000标准的原理和基本框架,对JPEG 2000标准的核心—小波变换压缩技术进行了分析研究,概要的介绍了小波理论。对EZW算法进行了详细分析和描述,包括零树的含义、结构及其扫描方法。并应用Matlab图像处理工具箱和小波分析工具箱对图像小波变换处理,并通过接口工具Mex实现在Matlab环境下对C程序EZW编码的调用,实现了应用零树小波编码算法对图像的压缩处理,简单地实现了对JPEG 2000的仿真
JPEG-matlab
- matlab实现的JPEG图像压缩程序 可成功运行-matlab implementation of JPEG image compression program which can be run successfully
Jpg_qualtrans
- 在图像处理实验中,有时需要对图像进行精确质量因子的JPEG压缩,而photoshop和一般的图像处理软件并不具备,本程序利用matlab实现该功能,并支持批处理(将待处理图像放入src文件夹,dst文件夹为输出)-In image processing experiments, sometimes the need for accurate image quality factor of JPEG compression, and ph
r_ozxkmsbt
- 常用计算机程序进行压缩编码的matlab实现。包括:DM编码、变换编码(temp)、算术编码、行程编码、Huffman编码、线性预测编码和一个近似的JPEG编码过程,性能已经达到temp1算法。-A common computer program for the compression of encoding s Matlab implementation. Including: DM encoding, encoding transf
astfbbck
- 常用计算机程序进行压缩编码的matlab实现。包括:DM编码、变换编码(temp)、算术编码、行程编码、Huffman编码、线性预测编码和一个近似的JPEG编码过程,性能已经达到temp1算法。-A common computer program for the compression of encoding Matlab implementation. Including: DM encoding, encoding transfo
bacbstfg
- 常用计算机程序进行压缩编码的matlab实现。包括:DM编码、变换编码(temp)、算术编码、行程编码、Huffman编码、线性预测编码和一个近似的JPEG编码过程,性能已经达到temp1算法。-A common computer program for the compression of encoding Matlab implementation. Including: DM encoding, encoding transfo
JPEG
- 使用matlab实现的jpeg基本系统,输入为灰度图像,输出为使用‘0’‘1’字符表示的字符串。 包括dct编码与解码、量化与反量化,Huffman编码与解码(The JPEG basic system implemented with MATLAB is entered into a gray image, and the output is a string represented with a '0' '1' character