搜索资源列表
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
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.
jpeg2avihojoon
- This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN -
jpeg_encode+decoderhojoon
- This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN -
rgbquadtreehojoon
- This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN -
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.
jpegencode
- it s a program to execute the jpeg encoding
JPEG-matlab
- JPEG编码和解码,用Huffman编码-JPEG encoding and decoding, using Huffman coding
jpeg
- 整理的一些JPEG实现图像编解码的程序,已matlab实现-some image encoding and decoding procedures based on JPEG
jpeg
- 利用游程编码和哈弗曼编码实现灰色图片的压缩和解码,压缩比可达15倍-Using run-length encoding and Hafu Man Coding and decoding of gray image compression, the compression ratio up to 15 times
dct2
- program matlab for encode jpeg picture using dct2, RLE, and huffman encoding
jpeg-photo-coding
- 这是拿matlab编写的jpeg编码的程序,内含报告,对于北邮选多媒体选修的很有用-This is written in matlab to take jpeg encoding process, containing reports, selected for Beijing University of Posts and Telecommunications of useful multimedia elective
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)