搜索资源列表
-
1下载:
用MFC编写,实现的功能有:
i. 打开256色的BMP格式的图像文件:
ii. 图像的傅立叶变换:
iii.
直方图均衡化:
iv. 图像的中值滤波
v. 图像的边缘检测
vi. 几何变换
vii. 哈夫
曼编码查看:
viii. 直方图查看
ix. 用哈夫曼压缩方法对图像进行压缩并生成压缩文件
另外还有课设论文及重要模块流程图。有一定
的参考价值
-prepared using MFC, the functions are : i.
-
-
0下载:
演示由bmp到JPEG压缩编码!适合学习图像处理算法的读者!-Presentation by the bmp to the JPEG compression! Image processing algorithms suitable for learning readers!
-
-
0下载:
利用Matlab编程实现对lena.bmp灰度图象进行QF=50和QF=40的压缩和解压缩,比较二者的PSNR,并且利用霍夫曼编码模拟信道中传输图象。通过了Matlab2009A测试。-Using Matlab program to compress and decompress the gray image Lena.bmp at QF = 50 and QF = 40,as well as comparing the result of two situation.Then using Hu
-
-
0下载:
VC++实现JPEG图像压缩算法,写的比较简洁明快,对JPEG图像压缩算法研究有帮助.经过作者亲自改写,将BMP图像打开和保存,压缩保存做到一个图像类,使用和集成都非常方便.-VC++ to achieve JPEG image compression algorithm, written in relatively simple and neat, on the JPEG image compression algorithm for help. After a rewrite of the
-
-
0下载:
图象的压缩编码,JPEG压缩编码标准
source目录下为本章介绍的源程序
功能是行程编码,JPEG压缩编码(基本系统)
命令行编译过程如下
vcvars32
rc bmp.rc
cl compress.c bmp.res user32.lib gdi32.lib
注意事项:
运行时,文件c:\test.pcx;c:\test.jpg必须存在
-Image compression, JPEG compression standard source
-
-
1下载:
这是同学用MFC(他邮箱:josen0205@163.com)写的一个批量图片压缩工具,可以压缩JPEG格式和BMP格式的图片,压缩BMP格式图片时会自动转换成为JEGP格式的;可以批量压缩图片,同时也支持单个图片压缩;压缩时可以选择压缩后图片的质量:有1-10可以选择,1-4质量比较低(压缩率较高),5-7图片质量中等(压缩率中等),8-10图片质量高(压缩率较低),默认为7,选择质量7压缩后的图片大小一般在原图片(数码相机拍的图片)的1/3左右。-This is the students u
-
-
0下载:
图像压缩:将BMP文件压缩成JPG文件,VISUAL C++实现-BMP TO JPG,
-Image compression: compress the BMP file into a JPG file, VISUAL C++ realization-of BMP TO JPG,
-
-
0下载:
JPEG采用的是YCrCb颜色空间,而BMP采用的是RGB颜色空间,要想对BMP图片进行压缩,首先需要进行颜色空间的转换。YCrCb颜色空间中,Y代表亮度,Cr,Cb则代表色度和饱和度(也有人将Cb,Cr两者统称为色度),三者通常以Y,U,V来表示-JPEG is used in YCrCb color space, and BMP is used in RGB color space, to compress the BMP image, we need to perform color s
-
-
0下载:
应用哈夫曼编码实现对灰度图片的压缩(原图片应先转码为bmp格式)(The application of Huffman coding to compress the grayscale images (the original image should be transcoded to BMP format first))
-