搜索资源列表
基于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实现)
jpeg系统实现
- jpeg基本系统编解码实现程序,内附说明文件。-the programs of coding and encoding for then basic system of jpeg.PS:Readme.txt
基于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
dct
- 利用dct实现JPEG在Matlab环境下图像压缩程序-Matlab environment in JPEG image compression procedure
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-for-Matlab
- matlab实现JPEG图像压缩程序源码 -JPEG image compression matlab program source code to achieve
JPEG-Matlab
- 实现图像的JPEG压缩和解压的 Matlab程序-To achieve the JPEG image compression and decompression of the Matlab program
jpeg-matlab
- matlab实现jpeg图像压缩源代码,不包括解码程序,适合初学者参考-matlab jpeg image compression source code, including the decoding process, the reference for beginners
JPEG-matlab
- matlab实现的JPEG图像压缩程序 可成功运行-matlab implementation of JPEG image compression program which can be run successfully
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
JPEGCompression-master
- matlab基于余弦变换及霍夫曼编码实现jpeg压缩和解压,(Matlab implements JPEG compression and decompression)