搜索资源列表
jpeglib
- JPEG图象处理程序,用来解码JPEG文件,编码程序,实际应用的文件 -JPEG image processing procedures used to decode JPEG files, coding procedures, the actual application document
disImageProcessing
- 完整图象解码编码程序,集合了很多的库的开发,能使用多种,编码和解码方法-complete image codec procedures set for a lot of the development, will use a variety of encoding and decoding methods
JPEG压缩编码(基本系统)算法
- 使用基本系统的JPEG的编码和解码程序,可以将BMP格式的文件转化为JPEG格式的文件。-use basic system JPEG encoding and decoding process, which would be BMP format documents into JPEG format.
图像方块编码
- 本程序采用了最简单的方块编码对512×512的lena图像进行了编码。运行程序后可以看出,方块取得越大,图像编码后失真越大。
常用小波源程序
- 本目录存放的小波编码实现的源程序: 打开ezw2.dsw工作区,编译后可在\\ezw2\\ezw\\debug中找到编码可执行程序; 在\\ezw2\\unezw\\debug中找到解码可执行程序 本程序主要实现小波变换功能-Wavelet realization of the source coding : Open ezw2.dsw work, compiled in \\ ezw2 \\ ezw \\ debug find executable code; in \\ ezw2
TuXiangsourceCode
- 这是一个关于图片格式的编码程序,格式是jpeg,希望对研究图像底层的朋友有帮助-This is a picture format on the coding process, is jpeg format. want to study the bottom of the image to help friends
jp2_enc
- jpg2000得编码程序,这个是很好得应用程序啊-converts in coding procedures, this is a very good application in ah
bmp_cod
- 该程序是bmp得编码程序,一个很好得程序-that the procedure was bmp in coding procedures, in a very good procedures
mif_cod
- 该程序是 mif得编码程序,一个很好的额应用程序-that the procedure was Formed in coding procedures, a good amount of applications
squarecode
- 方块编码程序 本程序采用了最简单的方块编码对512×512的lena图像进行了编码 运行程序后可以看出,方块取得越大,图像编码后失真越大。
图像哈弗曼编码程序包
- 图像huffman编码,只对256色的图像有效,生成的编码在为一个3列n行的数组,子程序前有介绍
bmp转jpeg程序
- bmp转jpeg程序源代,C++写的
用matlab写的算术编码的程序
- 自己用matlab写的算术编码的程序,信源为二元信源,信源序列、码长均可自定义,Using matlab to write their own arithmetic coding procedures for the binary source-source, source sequence, code length can be custom
实用分形编码程序
- 分形编码程序,有注解,需要用分形方法进行下一步编程的可以拿去参考
hh
- 数据压缩算术编码程序,简单的操作,适用于学生-Arithmetic Coding data compression procedure, simple operation, applicable to students
qrencod_ch_123
- QR编码程序。可以参考。来源未知。C语言写的。对编码有一定帮助。-qr encode.qr encode.qr encode.qr encode.qr encode.qr encode.
VQC
- 自己编写的矢量量化编码程序,针对二值黑白图像编码,仅供参考。-vector coding for binary image map
jpeg_compression_encode
- jpeg图像压缩编码程序,图像的DCT变换是调用Matlab自带的DCT变换函数dct来完成-jpeg image compression coding process, DCT transform is called the image that comes with Matlab DCT dct to complete the transformation function
Code_Huffman
- 霍夫曼编码 程序 图像编码 应用 图像解码应用(Hoffman coding program, image coding, application of image decoding.)
JPEG编码程序MATLAB
- JPEG编码包括图像颜色转化、DCT编码、量化等多个在重要步骤,MATLAB语言编写,非常实用适合初学者学习~