搜索资源列表
wjpeg
- 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区成JPEG文件或缓冲区.-procedures first reading of the document BITMAP point pixel RGB value, library so compressed RGB JPEG files into the buffer zone or buffer zone.
JPEG可用
- 基于“鱼眼”的JPEG图像压缩,我毕业设计的内容。在压缩中,通过设置参数可以提高图像四周的压缩率而不破坏主体。提高压缩率- Based on \"fish eye\" JPEG image compression, my graduation project content. In the compression, may enhance picture all around compression ratio through the establishment parameter but
jpeg
- jpeg realization for image in c
JPEG算法
- jpeg压缩与解码的小程序,vc下开发的。//Name:compress.c//Purpose: Run length algorithm and Jpeg decoding//Author: phoenix, CS, TshingHua, Beijing, P.R.C.//Email: bjlufengjun@www.163.net or lufengjun@hotmail.com//Date:April 3, 1998-a small programme of jpeg codec and
C语言JPEG解压代码
- 用C语言进行JPEG的解压
jpegtbx_1.4
- 在matlab环境下提取jpeg图像量化表-Extract jpeg image quantization table
ImageBrowser
- 一个简单的QT图像处理程序支持jpg bmp jpeg等格式 可以放大缩小-QT a simple image processing program supports jpg bmp jpeg format such as zoom
jpeg_quality_score
- 该程序(jpeg_quality_score)是基于matlab平台,NR中精典算法,对JPEG压缩格式的图像进行客观评价-The program (jpeg_quality_score) is based on matlab platform, NR in the classical algorithm for JPEG image compression format to conduct an objective evaluation
JPEG
- JPEG图像生成器,用JAVA代码编写-jpeg maker ,this is used for java
Jpeg-src
- 完整的jpeg压缩和解压缩程序,代码简单,使用单个.c实现了jpeg编码。付完整文档资料-The complete jpeg compression and decompression process, the code simple, using a single. C achieved a jpeg encoding
PVRG_JPEG
- MPEG, CCITT H.261 (P*64), JPEG Image and Image sequence compression/decompression C software engines. The Portable Video Research Group at Stanford have developed image/image sequence compression and decompression engines (codecs) for
JPEG
- JPEG压缩 C++代码-JPEG C++
JpegLib
- Jpeg Library for windows mobile EVC-Jpeg Library for windows mobile EVC++
jpeg2000
- Jpeg 2000 coding source code
JPEG-Decoder
- JPEG Decoder Implement it by T0081E-JPEG Decoder Implement it by T0081E
jpeg.tar
- ARM平台上若要显示jpeg图片,如果是自己按照jpeg的压缩算法然后自己写算法进行显示将会是件非常痛苦的事,附件中的源码可以很方便的播放jpeg图片,你也可以稍微修改使其满足你需要的功能!-To display a jpeg image on the ARM platform, if it is in accordance with the jpeg' s compression algorithm and then write their own algorithms will be
jpeg
- 用于jpeg图像的读取,以及对于图像的位图显示,其中的算法已经列在代码里面-jpeg processor
jpeg
- JPEG编解码器,可以重构图片,生成码流-JPEG encoder and decoder.
jpeg
- JPEG codification algorithm
JPEG编码程序MATLAB
- JPEG编码包括图像颜色转化、DCT编码、量化等多个在重要步骤,MATLAB语言编写,非常实用适合初学者学习~