搜索资源列表
JPEGbeta
- 实现JPEG图像的编码和解码.并且支持BMP图像到JPEG图像格式的转换-achieve JPEG image encoding and decoding. Support for BMP images to JPEG image format conversion
pictureeditor
- 用VC开发的图像编辑器源代码,可处理JPEG,BMP,PNG,TIFF等多种格式图像。进行图像压缩编码,旋转,融合等多种操作-VC developed image editor source code, can handle JPEG, BMP, PNG, TIFF and other image formats. Image compression, rotation, a variety of operational integration
FasteffectiveDCT
- DCT变换是数字图像处理中重要的变换,很多重要的图像算法、图像应用都是基于DCT变换的,如JPEG图像编码方式。对于大尺寸的二维数值矩阵,倘若采用普通的DCT变换来进行,其所花费的时间将是让人难以忍受甚至无法达到实用。而要克服这一难点,DCT变换的快速算法无非是非常吸引人的-DCT digital image processing is an important transformation, many important images algorithm, imaging applicatio
JPEGMatlab
- JPEG编码源程序,基于Matlab编码-JPEG encoding source files, based on Matlab coding
HuffmanExp
- VC++实现JPEG算法中的哈夫曼编码!
source9
- source目录下为本章介绍的源程序 功能是行程编码,JPEG压缩编码(基本系统)-source directory for the chapter describes the functions of the journey is the source coding, JPEG compression coding (basic system)
yuv
- 评测JPEG或其他编码器压缩后的图像块效应程度的代码,其标准为流行的GBIM评测标准-Evaluation or other encoder JPEG compressed image block effect of the degree of code, its standard for evaluating GBIM popular standards
Jpeg-src
- 完整的jpeg压缩和解压缩程序,代码简单,使用单个.c实现了jpeg编码。付完整文档资料-The complete jpeg compression and decompression process, the code simple, using a single. C achieved a jpeg encoding
rlc_code
- 实现JPEG编码中的游程编码(RLE)的工程文件,能够直接运行,易读,其中temcode是读入的文件信号-JPEG coding to achieve run-length encoding (RLE) of the project file, can be run directly, easy to read, which is read the paper temcode signal
JPEG_introduction
- JPEG文件编/解码详解,里面是详细的编码过程,方便大家理解记忆。-JPEG file encoding/decoding Xiang Jie, which is detailed in the encoding process so as to facilitate understanding of memory.
im2jpeg
- 图像的JPEG压缩,8*8的小块DCT,在进行哈弗曼编码-image jpeg compressed
jpetg
- JPEG 编码程序 JPEG 编码程序-jpeg coding program JPEG 编码程序JPEG 编码程序
JpegEncodingLib
- 基于IPP实现的jpeg图像格式的编码,目前支持8,24GRB文件格式-this is used for jpeg image format encoding process baesd on IPP
dct
- 在编码端,影像首先被分割成8 8块。 DCT的操作,然后 适用于每个图像块。据国际视频标准(JPEG,H.261...), 变换系数四舍五入到最接近的整数,并剪辑成12位( 2048至 2047)。这些系数,然后根据锯齿扫描顺序安排到1-D数据阵列。 然后,选择一些系数和量化。在解码器端,量化系数 反DCT(IDCT)重建。 IDCT的输出调整和裁剪,以0 255。 (我们只有Y信号处理。),DCT,量化和锯齿扫描规格 为了下页。 下面
wavelet
- 用小波变换对图像进行JPEG压缩编码,尤其是在低比特率时,可以消除块效应。-wavelet JPEGimage compression
dct8x8
- 全流水线1维8点DCT变换,用于JPEG编码,无乘法运算,verilog-Full-line one-dimensional 8-point DCT, for JPEG encoding, no multiplication
code
- 压缩感知编码与JPEG编码,对比程序同时给出实验结果-cs and jpeg coding
JPEG
- 用matlab实现MPEG压缩编码,对图像编码率失真性能进行分析,比较不同类型静态图像编码效率。 -Using Matlab to achieve MPEG compression coding, image coding rate distortion performance analysis, compare the different types of static image coding efficiency.
cvuzrpq
- jpeg中用到的 huffman 编码MATLAB程序 参考资料-Jpeg Huffman coding is used in the MATLAB program The resources
JPEG编码程序MATLAB
- JPEG编码包括图像颜色转化、DCT编码、量化等多个在重要步骤,MATLAB语言编写,非常实用适合初学者学习~