搜索资源列表
基于DCT的jpeg图像压缩编码算法的MATLAB实现
- 这是一个基于DCT的jpeg图像压缩编码算法的MATLAB实现的程序,对做jpeg压缩的朋友会很有帮助-this is matlab jpeg compression based on dct,it is helpful for who embark on jpeg compression.
图像数据的压缩
- 1. 实现BMP文件到JPEG文件的压缩转换。 2. 自选:实现从JPEG文件到BMP文件转换。 3. 采用C/C++编写程序 -1. BMP file to the realization of JPEG compression conversion. 2. Customize : Achieving from JPEG files to BMP file conversion. 3. Using C / C programming
useTestLibjpeg
- 利用IJG JPEG Library压缩图像为jpg格式本代码是libjpeg函数库的演示代码
ImageCompress(QRfenjie)
- 利用奇异值分解压缩图像,内有详细的实验报告(包括编程思路、结果分析以及实验图像)
JPEG图像压缩工具专辑
- JPEG图像压缩工具专辑-JPEG image compression tools album
文本与二值图像的游程压缩[xtulbd,050418]
- 【文本与二值图像的游程】1. 文本游程压缩的原理 对重复字段采用3符号标识法:(1) 重复提示符,比如@,#等;(2) 游程长度参数或重复次数,若用一个字节表示,最大长度可为255个重复字;(3) 重复字符。以上三部分合称为重复因子。可见要获得压缩效益,重复字符应在3个以上。2. 图像游程压缩的原理 对于二值图像,原始数据为零一矩阵,压缩时逐行处理该矩阵:(1) 连续n个1,表示为+n;(2) 连续n个0,表示为-n。-text and binary image -- an outbound t
压缩图片
- 一种对bmp文件进行图像压缩的算法。将一幅bmp文件压缩之后再显示出来与压缩前的文件作比较。-a pair of bmp document image compression algorithms. Bmp file to a compressed then displayed with the compression of documents before making comparisons.
fractal压缩源代码
- 分形图像压缩源代码,实现了分形迭代算法,实现图像分形压缩,非常适合学习研究分形算法。-fractal image compression source code, achieving Fractal iterative algorithm, Fractal Image Compression, very suitable for studying the fractal algorithm.
图像压缩算法的VC实现
- 图像压缩算法的VC源码,包括了jpeg的压缩编码全过程,很有学习价值。-VC source, including the jpeg compression coding entire process is learning value.
图像压缩的几个MATLAB算法
- 图像压缩的几个MATLAB算法:分块编码、高斯金字塔、离散余弦变换、单值分解。-Image Compression Algorithm several MATLAB : Block Coding, Gaussian pyramid, discrete cosine transform, singular value decomposition.
lzw_soft.zip lzw压缩解压算法源码
- lzw压缩解压算法源码,The soruce of LZW compression algorithm
jpgPIC
- JPG图片压缩,根据设定的图像质量有损压缩图像-JPG
ImageCoding
- 可以实现图像霍夫曼编码,香家费诺编码,算术编码,游程编码,位平面编码,预测编码,在编码过程中会显示被压缩图像的各个参数(压缩比,码长,信噪比等),并有图像恢复功能.-Huffman code can achieve images, Fenno House Shannon coding, arithmetic coding, run-length coding, bit plane coding, predictive coding, in the process of encoding comp
Copy_of_abs1
- 图像压缩算法! 这种算法不同传统算法! 特点:图像质量高清,编码解码速度快,失真小!-spiht algoritm based image compression
psnr
- 彩色图像psnr值计算,图像压缩编码后的峰值信噪比-Color image psnr values, image compression encoded PSNR
softwarerelease
- JPEG2000压缩图像质量评价代码,不需要原参考图像,很准确-the image quality assessment method, without the reference image.
matlab
- 基于matlab的图像压缩的程序,改变不同的QF得到不同的压缩图像-compact picture
xiaoshutuxiang
- 深入研究对基于零树的小波图像压缩算法,利用多分辨分析对图像进行了小波分解,并利用零树编码算法对图像进行压缩。 -In-depth study of the zero-tree wavelet-based image compression algorithm using multi-resolution analysis of wavelet image decomposition, and using zero-tree coding algorithm for image compres
应用BP网络的方法进行图像的压缩
- 该文件应用神经网络方法进行图像文件的压缩,欢迎交流(The file using neural network method for image file compression)
DCT图像压缩
- 整数DCT变换的图像压缩的程序实现,编程的平台是matlab(Integer DCT transform image compression program implementation, programming platform is matlab)