搜索资源列表
行程编码与jpeg编码的c程序
- 行程编码与jpeg编码的c程序,由4部分组成-itinerary jpeg coding and encoding c process from the four components
jpeg-6av
- Jpeg source code,jpeg编码解码示范-Jpeg source code, jpeg codec Model
JPEG
- 实现JPEG编码功能,并能够选择压缩模式
JPEG
- jpeg编码源码,纯c环境下的,性能较好
jpeg
- C代码完成jpeg编码和解码,包括dct,量化,zigzag以及霍夫曼编码、解码
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.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
- 对JPEG的压缩标准进行了仿真,主要过程DCT压缩,根据JPEG的量化矩阵对DCT结果进行量化,对量化结果进行Huffman编码。同时也实现了解压缩过程,即执行上述过程的逆过程。-JPEG compression standard of the simulation, the main process of DCT compression, according to the JPEG quantization matrix to quantify the results of the DCT,
JPEG
- JPEg算法的实现,详细的介绍了其编码过程。-JPEG algorithm implementation, a detailed introduction of its encoding process.
JPEG
- matlab编程实现JPEG的压缩和编码-JPEG compression and coding
jpeg
- jpeg编码,vc++实现,能控制压缩比-jpeg code, vc++ implementation, to control the compression ratio
JPEG-Matlabencode
- JPEG编码的MATLAB程序代码,条例清晰,方便好用-JPEG encoding MATLAB code, regulations clear and is easy to use
JPEG
- matlab编程实现JPEG编码,输出为DC系数的码流、AC系数的码流、图像的高度宽度。-matlab programming JPEG encoding, the output stream for the DC coefficients, AC coefficients of the code stream, the image height width.
JPEG
- jpeg编码分析文章(jpeg编码原理分析)
jpeg-6b
- JPEG编码与JPEG解码,RATE CONTROL-JPEG encode and decode
JPEG-matlab
- JPEG编码和解码,用Huffman编码-JPEG encoding and decoding, using Huffman coding
Actual-JPEG
- jpeg压缩与解压例子,matlab中离散余弦变换并用huffman编码-jpeg compression and decompression example, matlab and used in the discrete cosine transform coding huffman
JSjpeg
- JPeg编码的实现 对于初学者来说还是比较好用的 -JPEG编码的实现 对于初学者来说还是比较好用的
jpeg编码原理
- jpeg编码原理及说明在stm32实现图片的编码(Jpeg coding principle and specifications)
Jpeg
- 视音频课程作业,对视频抽帧,对单张图片进行yuv420采样、DCT变化、量化以及反量化、IDCT变化(Jpeg Encoding & Decoding)