搜索资源列表
jpeg
- jpeg压缩的matlab程序,包括分块,量化,霍夫曼编码,其中量化和霍夫曼编码用查表实现,提高速度。
jpeg-matlab
- 三维立体图像方面 关于图像处理的matlab源程序
JPEG
- 此程序为jpeg格式的编解码源码,可以实现jpeg格式的编码,解码,程序完整-This procedure for the jpeg format codec source code, you can achieve jpeg format encoding, decoding, the program integrity
JPEG_encoder_and_decoder
- create JPEG encoder and decoder using matlab-create JPEG encoder and decoder
JPEG
- 基于JPEG的图像压缩,觉得可用,同学的毕业设计作品-Based on the JPEG image compression that can be used, students design the graduation
JPEG
- JPEG压缩源码,已经经过测试,请放心使用,欢迎下载。-JPEG compression source code, has been tested, please be assured use, are welcome to download.
JPEG
- matlab实现jpeg的实验报告,自己在国外学习写的,是英文-implementation of jpeg using matlab, word file
imagedatabase
- 本文首先介绍了静态图像压缩(jpeg)编码算法的基本原理、压缩的实现过程及其重要过程的离散余弦变换(DCT)算法的实现原理及软件实现的例程,所需图像-This paper describes the static image compression (jpeg) coding algorithm is the basic principle of compression process and the important process of the realization of discret
jpeg
- 本代码用matlab实现了图像的Jpeg编解码,使我的毕业设计,在这里与大家共享。-The code is implemented using matlab Jpeg image codec, so my graduation, and share here.
JPEG-Encoder-Decoder
- 基于JPEG标准下的编码和解码Encoder Decoder-Under the standard JPEG encoding and decoding Encoder Decoder
DCT_JPEG
- 给予matlab的JPEG压缩程序,包含原始压缩图片,程序对灰度bmp图片进行JEPG编码,压缩成以0101形式的编码。JPEG编码先把图象色彩RBG变成亮度Y和色度Cr、Cb,它利用人的视觉对色度不敏感的特点,减少一部分色度数据,以达到压缩。 JPEG采取多种编码方式,包含有行程编码(Run Length Coding)和哈夫曼(Huffman)编码,有很高的压缩比。在编码前,先对数据进行分块,离散余弦变换(DCT)及量化,保留能量大的低频信号,丢弃高频信号以达到压缩。-Given to th
JPEG-Encoder-Decoder
- jpeg编解码程序供大家参考,可以用,学习一下-jpeg codecs for your reference, you can use
code-jpeg
- 图像处理,图像压缩,matlab 源代码-Image processing, image compression, matlab source code
JPEG-Compression
- i had uploaded the matlab code for image processing jpeg compression
JPEG-Enr
- 基于matlab的JPEG编解码程序。里面有2个程序,一个是程序是编解码过程,一个纯编码过程。含解释。-Program based on Matlab JPEG codec. There are two programs, one program is the process of encoding and decoding, a pure coding process. Containing explained.
jpeg-matlab
- matlab实现jpeg图像压缩源代码,不包括解码程序,适合初学者参考-matlab jpeg image compression source code, including the decoding process, the reference for beginners
JPEG-MATLAB
- 通过matlab的jpeg压缩源码,代码详细,适合初学者-By the matlab jpeg compression source code in detail, suitable for beginners
jpeg in matlab
- JPEG 是Joint Photographic Experts Group(联合图像专家小组)的缩写,是第一个国际图像压缩标准。JPEG图像压缩算法能够在提供良好的压缩性能的同时,具有比较好的重建质量,被广泛应用于图像、视频处理领域。本代码是JPEG图像压缩算法在MATLAB上实现(the method of image compression with JPEG implemented on MATLAB)
MATLAB-Jpeg-encoder-master
- 通过DCT变换进行jpeg压缩,AC,DC系数都可以得到,还有zigzag(JPEG compression through DCT)
Actual+JPEG
- 一个在MATLAB的JPEG例程,包括编码器和解码器(an example to encode jpeg format picture in MATLAB)