搜索资源列表
vc++JPEG
- JPEG算法压缩技术,主要实现图象压缩存储技术,用VC++实现!-JPEG compression algorithm technology, main image compression storage technology, using the VC!
fpga-jpeg-verilog
- fpga-jpeg-verilog在fpga平台使用verilog语言进行jpeg算法实现
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
jpeg插值.rar
- jpeg解压缩,进行插值,再压缩为JPEG
lzw_soft.zip lzw压缩解压算法源码
- lzw压缩解压算法源码,The soruce of LZW compression algorithm
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)算法的实现原理及软件实现的例程,其次着重介绍了压缩过程中的DCT、量化和编码三个重要步骤的实现原理。-This paper describes the static image compression (JPEG) coding algorithm is the basic principle of compression process of the implementation pro
JPEGactFPGA
- 利用FPGA实现JPEG算法的研究与实现,研究生的论文,很有参考价值-JPEG algorithm using FPGA realization of Research and Implementation of, post-graduate thesis, a good reference
fpga-jpeg
- fpga based jpge 压缩算法, 性能不错,-fpga based jpge compression algorithm, performance good,
JPEG
- JPEg算法的实现,详细的介绍了其编码过程。-JPEG algorithm implementation, a detailed introduction of its encoding process.
jpeg-6b
- jpeg压缩解压缩算法及源码,使用方便,有源码参考-jpeg compression decompression algorithms and source code, easy to use, there is a reference source
jpeg
- <1>这里讨论的是灰度图像的压缩不涉及彩色图像。 <2>实现压缩时,输入的图像数据采用一种自定义的格式(com 格式),前四个字节记录图像的宽度和高度,之后就是逐 行的图像数据,图像的开头和结尾没有任何标记。这种格式的图像数据是从BMP图像中得到的。 <3>这里没有JPEG算法的解压程序,压缩后的数据存成标准的JPEG文件格式,任何视图软件都可以打开。DPCM方法中的解 压缩程序将数据仍然存成com格式,可以将其转成PGM格式观看,压缩包中
JPEG_S
- JPEG算法C++实现,VC++6.0 JPEG算法C++实现,VC++6.0-JPEG
JPEG
- JPEG算法仿真,本程序只是为了说明基本的JPEG功能-JPEG algorithm simulation, the procedure is only to illustrate the basic features of the JPEG
JPEG-decode
- 基于DSP的jpeg图像解码算法的实现说明文档
JPEG-LS
- 基于改进JPEG-LS算法的遥感图像近无损压缩专利,由航天五院508所申报,很详细的介绍了算法和fpga的实现-Improved JPEG-LS algorithm near lossless compression patent, the space the five branches of 508 reporting, a detailed explanation of the algorithm and implementation fpga
Jpeg
- Jpeg算法源代码,包含jpeg的各种算法实现的vc++的源代码-Jpeg algorithm source code, including the various algorithms jpeg of vc++ source code
jpeg
- 压缩包的内容包括:1.有关JPEG和DPCM算法的文章;2.实现其算法的压缩程序3.有关图像压缩方面的资料。读者请注意: <1>这里讨论的是灰度图像的压缩不涉及彩色图像。 <2>实现压缩时,输入的图像数据采用一种自定义的格式(com 格式),前四个字节记录图像的宽度和高度,之后就是逐 行的图像数据,图像的开头和结尾没有任何标记。这种格式的图像数据是从BMP图像中得到的。 <3>这里没有JPEG算法的解压程序,压缩后的数据存成标准的JPEG文件
JPEG
- JPEG的简易文档 标准算法介绍 很实用-The standard JPEG algorithm describes a simple document very useful
jpeg
- dsp端的jpeg压缩算法,测试通过,方便大家共享。采用汇编进行优化。-dsp side of the jpeg compression algorithm, test, easy to share. Optimized in assembly.