搜索资源列表
JPEG源代码
- C语言实现JPEG压缩与解压缩,对学习图像处理有一定的参考意义。代码比较老,但是能说明问题。-C Language JPEG compression and decompression, to learn to deal with images as a reference significance. Comparing the old code, but illustrative.
decompress_test
- Jpeg的解压缩算法的分析和实现一个很简单也很精练的程序-Jpeg compression algorithm analysis and the realization of a very simple and streamlined procedures
JPEG2KPartOne
- Jpeg2k图像压缩解压缩源码,压缩率较JPEG提高30%-Jpeg2k image compression decompression source, JPEG compression ratio than the 30% increase
jpeg_C6711_DSP_yasuo
- 基于C6711 DSP下jpeg图像压缩解压缩程序,实现jpeg bmp gif ppm格式图片的互转-under jpeg image compression decompression procedures, bmp gif achieve jpeg format pictures ppm of referrals
JPEG_encoder_decoder
- JPEG图片压缩及解压缩源代码,包括了几个不同的实现版本,有纯C实现及VC实现的代码。
ejpgl-dev-0.251
- 嵌入式JPEG Encoder源码,适于PC和FPGA平台,方便移植,该版本为1.20的改进(1.20解压缩后可能无法使用)
jpeg
- 论文主要介绍了JPEG的编码和解码过程。该程序的编码部分能把一张BMP格式的图象进行JEPG编码,压缩成以二进制形式保存的文件;通过相应的解码程序又可以把图象解压缩出来。在图象传送过程中,我们经常采用JPEG格式对静态图象进行编码。JPEG基本系统是一种有损编码,无法完全恢复出原图象,信息有一定的丢失,称为有损压缩。尽管我们希望能够无损压缩,但是通常有损压缩的压缩比(即原图象占的字节数与压缩后图象占的字节数之比,压缩比越大,说明压缩效率越高)比无损压缩的高。JPEG编码先把图象色彩RBG变成亮度
jpeglib解码源代码
- jpeg 解压缩编码,源自www.chinaai.org-jpeg coding solutions, from www.chinaai.org
JPEG
- JPEG源代码C语言实现压缩与解,对学习图像处理有一定的参考意义。-C language source code for JPEG compression and the realization of solutions for image processing to learn some reference significance.
jpeg
- <1>这里讨论的是灰度图像的压缩不涉及彩色图像。 <2>实现压缩时,输入的图像数据采用一种自定义的格式(com 格式),前四个字节记录图像的宽度和高度,之后就是逐 行的图像数据,图像的开头和结尾没有任何标记。这种格式的图像数据是从BMP图像中得到的。 <3>这里没有JPEG算法的解压程序,压缩后的数据存成标准的JPEG文件格式,任何视图软件都可以打开。DPCM方法中的解 压缩程序将数据仍然存成com格式,可以将其转成PGM格式观看,压缩包中
JPEG
- JPEG压缩全过程,压缩和解压缩,改程序是编写静止图像必须学习得程序,内容丰富,需要耐心学习,先搞懂图像压缩的过程,包括颜色空间转换,DCT变换,Huffman编码,量化等过程-JPEG compression and decompression
Jpeg-src
- 完整的jpeg压缩和解压缩程序,代码简单,使用单个.c实现了jpeg编码。付完整文档资料-The complete jpeg compression and decompression process, the code simple, using a single. C achieved a jpeg encoding
jpg_lena
- JPEG压缩解压缩算法 改进算法可应用于MPEG-2帧内压缩-JPEG compression and decompression algorithms
com
- 这是我的毕业设计,是用java实现的jpeg图像解压缩。-Jpeg image with a java implementation of decompression
JPEG
- JPEG 图像格式详解 JPEG 压缩简介 JPEG 的图片使用的是YCrCb 颜色模型, 而不是计算机上最常用的RGB.-JPEG compression JPEG image format Detailed Introduction to JPEG images using the YCrCb color model, rather than the most commonly used on the computer RGB.
DCT-JPEG-HUFFMAN-WAVELET
- 含有DCT JPEG HUFFMAN WAVELET图像压缩解压缩matlab的代码示例-With DCT JPEG HUFFMAN WAVELET image compression and decompression matlab code example
imjpeg
- jpeg编码,压缩图像,解压图像 对于初学者很好,没事下来看看,帮助-jpeg matlab
JPEG
- 基于matlab的JPEG压缩源码,含压缩与解压缩,还有与原图的对比测试。-Matlab-based JPEG compression source, including compression and decompression, as well as comparison with the original image.
Bmp vs jpeg
- VC++写的 BMP 和 JPEG文件格式之间转换的MFC 对话框程序,程序实现读取BMP文件 进行JPEG压缩编码存储为JPG文件 和JPG文件解压缩存储为BMP文件 已验证100%可用
jpeg-9a
- jpeg压缩/解压图像的代码,已经建好vs工程,可直接使用(JPEG compression / decompression image code, has been built, vs works, can be used directly)