搜索资源列表
compress
- Jpeg 解码的例子--Jpeg decoding example
jpeg压缩
- 用C++编写的基于小波变换的位图的JPEG编码,希望大家给点意见-Code written in C++ which can compress Bitmap based on wavelet transformation. Please give suggestions.
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 smal
200410122139686
- jpeg 图像解码源代码 fda e fe fef jf-jpeg compress code
w3b2f02[1]
- JPEG教程,包括视频图象压缩与解压缩,以及其他视频处理算法。 -JPEG tutorial, Include video compress, decompress and some other video process method.
matlab_jpeg
- the attached utility is a work I ve submitted to the university It shows what a jpeg compression is all about.-the attached utility is a work I ve submitte d to the university It shows what a jpeg compress ion is all a
compress
- jpeg compresion withquantization matrices
jpeg.tar
- This project features a complete JPEG Hardware Compressor (standard Baseline DCT, JFIF header) with 2:1:1 subsampling, able to compress at a rate of up to 24 images per second (on XC2V1000-4 @ 40 MHz with resolution 352x
C6000DSP_JPEG_compress
- 实现对JPEG图像的压缩,在DSP6000环境下的源程序-jpeg_image compressing under dsp6000
JPEG-compress-and-decoding
- 功能:实现jpeg、jpg等图像文件的压缩,编码和解码的处理。-Function: the realization of jpeg, jpg image files, such as compression, encoding and decoding processing.
29782187JPGCompress
- jpeg compress by matlab. sourcecode
fpga-jpeg
- 基于FPGA的JPEG图像压缩,实现JPEG图像的实时压缩-FPGA JPEG compress
DCT_based_Data_hiding
- DCT-based Data hiding: dataHide.m Hide the logo image into the original dataExtract.m Extract the logo image from the original findData.m Verify the robustness of the data hiding method 。and use jpeg compress -DCT-b
JPEG_CODING
- gives a rough jpeg based coding routine that enables the user to convert and compress any image into jpeg format
fpga-jpeg
- 图形压缩的硬件是想 基于fpga的源代码-Graphics hardware is to compress the source code based on fpga
compress-bmp
- 演示由bmp到JPEG压缩编码!适合学习图像处理算法的读者!-Presentation by the bmp to the JPEG compression! Image processing algorithms suitable for learning readers!
jpeg-compress-code-
- 依据JPEG压缩标准的算法,对lena图像进行压缩,并恢复出原始图像,然后对照原始图像,对恢复出的图像进行客观评价:计算峰值信噪比PSNR及均方误差MSE。-language matlab jpeg picture compress
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 imag
JPEG-compress
- 自己编的图片JPEG压缩算法,包含实例图片-Their own series of image JPEG compression algorithm, an instance of picture contains
jpeg_compression
- Jpeg compression This document gives the different steps to compress a JPEG file. The example given works with Lena. But other image could work.