搜索资源列表
JPEG
- 行程编码,JPEG压缩编码 包含行程编码,JPEG压缩编码的编码及解码源程序-itinerary encoding, JPEG compression coding itinerary includes encoding, JPEG compression coding and decoding source
jpeg
- 通过dct变换,以及使用了熵编码的huffman编码形式,对lena图像进行压缩。改变压缩率来看压缩结果-By dct transform, and the use of entropy coding huffman encoding on the lena image compression. Change the compression ratio compression results view
JPEG
- 此程序为jpeg格式的编解码源码,可以实现jpeg格式的编码,解码,程序完整-This procedure for the jpeg format codec source code, you can achieve jpeg format encoding, decoding, the program integrity
JPEG-compress-and-decoding
- 功能:实现jpeg、jpg等图像文件的压缩,编码和解码的处理。-Function: the realization of jpeg, jpg image files, such as compression, encoding and decoding processing.
JPEGencodinganddecoding
- 程序实现了JPEG的编码(DCT,Quantization,Zig-Zag Scaning,Differential Encoding,Run-Length Encoding,Huffman Encoding)和解码-Program achieved a JPEG coding (DCT, Quantization, Zig-Zag Scaning, Differential Encoding, Run-Length Encoding, Huffman Encoding) and Decodin
458667JPEG_code
- jpeg的编码问题,供大家一起学习使用,希望对大家有所帮助-jpeg encoding issues for everyone to learn to use, we want to help
JPEG
- 本PPT是用来对jpeg的编码原理进行详细介绍的-The PPT is used to jpeg encoding principle described in detail
imageprocessing
- 关于图像的JPEG编码过程以及关于人脸识别初步代码-JPEG encoding process on the images and code on the initial recognition
jpegchange
- JPEG算法的编码和解码,能够在BMP/JPEG两种图象格式进行互相转换-JPEG encoding and decoding algorithm, able to BMP/JPEG image format of two interchangeable
enco
- Jpeg编码,VC,适合于移植到各种平台-Jpeg encoding, VC, suitable for transplant to a variety of platforms
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
jpg_encode
- VC2008环境下,jpeg编码源码。实现了对单帧图像的压缩机编码,简单明了。-VC2008 environment, jpeg encoding source. Realize the single-frame image coding compressor, simple and straightforward.
JPEG
- 这篇文章大体上介绍了JPEG文件的结构信息以及它的压缩算法和编码方式。使读者能够对JPEG文件格式有大体上的了解。为读者进一步进行学习JPEG文件压缩做好准备-This article describes the general structure of information as well as a JPEG file compression algorithm and its encoding. Enable the reader to the JPEG file format for g
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
- 本程序实现简单JPEG压缩编码和解码功能。将一副64*64的灰度图进行JPEG压缩编码,编码过程包含DCT转换,量化,ZigZag扫描和游程编码。不包含DC分量的DPCM编码和最后的霍夫曼编码,但是基本实现了JPEG编码,具有较好的压缩率。-This procedure is simple JPEG compression encoding and decoding functions. This is a 64* 64 grayscale JPEG compression encoding p
Image-processing-experiments
- 图像处理实验,灰度值变换,绘制直方图,图像分割,边缘检测,DCT FFT变换,JPEG编码-Image processing experiments, the gray value transformation, histograms, image segmentation, edge detection, DCT FFT transform, JPEG encoding
-imagecompress-encod-
- 图片的压缩和编码解码程序,含多种方法,包括哈弗曼编码,行程编码,lzw编码和jpeg编码-Image compression and encoding and decoding process, including a variety of methods, including Huffman coding, run length coding, lzw encoding and jpeg encoding
DM6446JPEG-encode
- 一个原始图像信息,要对其进行 JPEG 编码,过程分两大步: i) 去除视觉上的多余信息,即空间冗余度 ii)去除数据本身的多余信息,即结构(静态)冗余度 JPEG 编码中主要涉及到的内容主要包括: i) Color Model Conversion (色彩模型) ii) DCT (Discrete Cosine Transform 离散余弦变换) iii)重排列 DCT 结果 iv) 量化 v) RLE 编码 vi) 范式 Huffman 编码 v
JPEG
- JPEG编码(基于子块DCT变换编码,什么是量化,体验DCT系数(直流系数、交流系数)以及量化步长对图像的影响)-JPEG encoding (based on sub-block DCT transform coding, what is quantitative, experience DCT coefficients (DC coefficient and AC coefficient) and quantization step size affect the image)