搜索资源列表
jpegdecodematlabcode
- 这个代码是jpeg压缩matlab代码,用于图形图象压缩,可以直接使用,编译通过-this code is jpeg compression Matlab code for the graphic image compression, can be used directly, compiled by
work.rar
- 常用图像压缩编码码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
JPEG-for-Matlab
- matlab实现JPEG图像压缩程序源码 -JPEG image compression matlab program source code to achieve
JPEG-for-Matlab
- 本程序是用matlab实现的,用来对图像进行JPEG方式的压缩,从而达到减少图像传输量的目的!-This procedure is realized matlab for JPEG image compression methods to reduce the amount of image transmission purpose!
jpeg_matlab_program
- 这是一个用MATLAB软件来实现的图像JPEG压缩程序源代码-This is a used MATLAB software to achieve JPEG image compression source code
jpeg2000
- 用matlab实现的jpeg2000 压缩 代码。-With jpeg2000 compression matlab code of the implementation.
JPEGCOMPRESS
- 这是一个基于DCT的图像JPEG压缩程序,并将压缩码保存在一TXT文本中-This is a DCT-based JPEG image compression process, and code stored in a compressed text in TXT
compression
- 图形图像处理中图像压缩的一些MATLAB代码,包括小波,jpeg等。-Graphic image compression image processing some MATLAB code, including wavelet, jpeg and so on.
zigzag_dezigzag
- 实现JPEG标准图像压缩的Z字型编码源程序。-JPEG image compression to achieve the standard Z-shaped source code.
code-jpeg
- 图像处理,图像压缩,matlab 源代码-Image processing, image compression, matlab source code
JPEG-Compression
- i had uploaded the matlab code for image processing jpeg compression
jpeg-matlab
- matlab实现jpeg图像压缩源代码,不包括解码程序,适合初学者参考-matlab jpeg image compression source code, including the decoding process, the reference for beginners
jpegghost
- 此代码是对JPEG图像二次压缩所产生的JPEGGhost进行的Matlab仿真。适合图像取证初学者学习。-This code is a JPEG image generated by the secondary compression JPEGGhost Matlab simulation. Suitable for image forensics for beginners to learn.
image_compression_JPEG
- matlab code for image compression based on jpeg technique
jpeg
- 本代码由matlab语言编写,实现了jpeg算法,主要为了说明基本的JPEG功能。经过DCT变化,量化,进行DPCM编码,然后之字形扫描AC系数,进行行程(LZW)编码。 显示原始图象和经编码解码后的图象,显示压缩比,并计算均方根误差。-The code consists of matlab language, to achieve a jpeg algorithm, mainly to illustrate the basic functionality of JPEG. After chan
jpeg
- 该代码是用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
compression-jpeg
- This source code implements all the steps of JPEG Compression for a Grey Image without using predefined functions of matlab, means that all the steps are implemented.