搜索资源列表
JPEG-033511052
- 实现JPEG压缩,并用RLE编码传递并解压的过程-achieve JPEG compression, encoding and transmission with VB and extracting process
行程编码与jpeg编码的c程序
- 行程编码与jpeg编码的c程序,由4部分组成-itinerary jpeg coding and encoding c process from the four components
JPEGcoding
- 这是一个JPEG编码源代码,所有文件加入VisualC++工程即可,内附使用说明-This is a JPEG encoding the source code, all documents can be joined VisualC works, enclosing use
行程编码,JPEG压缩编码(基本系统)
- 行程编码,JPEG压缩编码(基本系统)-itinerary encoding, JPEG compression coding (basic system)
JPEGSourceCode
- JPEG编码源代码-JPEG encoding source
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
- JPEg算法的实现,详细的介绍了其编码过程。-JPEG algorithm implementation, a detailed introduction of its encoding process.
JPEG_decode
- 此是JPEG编码程序,请大家指正,如果有更好的可以互相交流 -This is the JPEG encoding process, please correct me, if there is a better exchange
VideoJPEG2
- 本程序可以实现DSP的图像实时压缩,而且是标准压缩JPEG ,从编码到解码,是全套过程,使用性很强 -This procedure can be achieved in real-time DSP image compression, and compression standards JPEG, from encoding to decoding, is a full set of the process, the use of highly
jpeg_cvery_487118
- jpeg的visual basic的源代码,是jpeg的编码部分-jpeg of the visual basic source code, is a part of the jpeg encoding
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.
JPEGEncoderDecoder1
- 这是一个静态图像的JPEG压缩编码与解压缩程序-This is a JPEG encoding & decoding program of still image.
JPEG-matlab
- JPEG编码和解码,用Huffman编码-JPEG encoding and decoding, using Huffman coding
39709601ccc7
- JPEG压缩 本论文主要介绍了JPEG的编码和解码过程。该程序的编码部分能把一张BMP格式的图象进行JEPG编码,压缩成以二进制形式保存的文件-JPEG compression of the paper introduces the JPEG encoding and decoding. Coding part of the program can be a BMP format image JEPG coding, compressed into a file saved in binar
jpeg_DC_grid
- JPEG压缩解码程序,并输出JPEG网格线-JPEG ENCODING!!
JPEG_show
- 学习JPEG的压缩解压的好代码 比较精练,是编解码的入门好代码-JPEG compression to learn the good code is refined extract is a good introduction to the code encoding and decoding
jpeg-compress
- 本文介绍了JPEG的一些编码知识,可以帮助入门者对于数据的编码和解码有更清晰的认识,表达形象,易于理解-This article describes some of the JPEG encoding of knowledge that can help beginners for data encoding and decoding have a clearer understanding of the expression image, easy to understand
JPEG
- 基于C++语言的JPEG编码,添加符号(游程长度、占用位数等)用霍夫曼编码,幅度值用修改的二进制正常编码-JPEG encoding on C++ language, add a symbol (run length, take bits, etc.) using Huffman coding, the amplitude values are modified normal binary code
jpeg
- 实现jpeg编码过程源代码,VC++6.0完整工程文件,包括详细注释 包含添加jpeg文件头的工具,测试图片-Jpeg encoding process to achieve the source code, VC++6.0 complete project documentation, including detailed annotation tools to add jpeg file header contains the test image
Jpeg
- 视音频课程作业,对视频抽帧,对单张图片进行yuv420采样、DCT变化、量化以及反量化、IDCT变化(Jpeg Encoding & Decoding)