搜索资源列表
图像压缩的MATLAB算法JPEG
- 图像压缩的MATLAB算法之JEPG,完整的例程,参改价值高。-This compression is for jpeg in matlab with a whole example,and it s valuable to look at it!
jpegcompression.rar
- matlab实现jpeg压缩,源码实现,针对黑白图像。,the realization of jpeg compression matlab
workingjpeg.zip
- JPEG DCT based baseline method which divides the image into 8x8 blocks and quantize anthen entropy coded.,JPEG DCT based baseline method which divides the image into 8x8 blocks and quantize anthen entropy coded.
JPEG.rar
- 图像JPEG压缩算法,由8*8DCT变换,调用量化表进行量化,最后由Huffman编码完成算法,JPEG image compression algorithm, the 8* 8DCT transform, quantization table calls to quantify, and finally completed by the Huffman coding algorithm
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
- 利用matlab实现图像的jpeg压缩的源代码,经过测试可以使用-Matlab image using the jpeg compression of the source code can be tested using
JPEG-DCT
- JPEG中DCT 变换在 matlab中的实现 相当简便-JPEG in the DCT transform in matlab in the realization of a very simple
image_compression_final(jpeg)
- JPEG图像压缩和解压MATLAB程序,使用了DCT2、线性量化编码、zigzag变换和游程编码理论-JPEG image compression and decompression MATLAB procedures, using DCT2, linear quantization coding, zigzag transform and run-length coding theory
dct
- 利用dct实现JPEG在Matlab环境下图像压缩程序-Matlab environment in JPEG image compression procedure
JPEG
- matlab编程实现JPEG的压缩和编码-JPEG compression and coding
imageprocessing-matlab
- 小波变换 JPEG 图像压缩 方面的资料-JPEG image compression wavelet transform information
JPEG-DCT_compression
- compression of jpeg image
jpeg-matlab
- 关于JPEG压缩的matlab代码,包括2D,3D-Matlab code for JPEG compression
JPEG-LS
- 基于改进JPEG-LS算法的遥感图像近无损压缩专利,由航天五院508所申报,很详细的介绍了算法和fpga的实现-Improved JPEG-LS algorithm near lossless compression patent, the space the five branches of 508 reporting, a detailed explanation of the algorithm and implementation fpga
JPEG-matlab
- JPEG编码和解码,用Huffman编码-JPEG encoding and decoding, using Huffman coding
JPEG_Encoder
- the source code for the JPEG encoder in MATLAB language
JPEG
- implimentation of JPEG in matlab -implimentation of JPEG in matlab
jped.m
- jpeg decoder in matlab
jpeg-matlab
- bmp等图像格式通过JPEG标准编码程序-JPEG ENCODER
jpeg in matlab
- JPEG 是Joint Photographic Experts Group(联合图像专家小组)的缩写,是第一个国际图像压缩标准。JPEG图像压缩算法能够在提供良好的压缩性能的同时,具有比较好的重建质量,被广泛应用于图像、视频处理领域。本代码是JPEG图像压缩算法在MATLAB上实现(the method of image compression with JPEG implemented on MATLAB)