文件名称:vcpicph
介绍说明--下载内容均来自于网络,请自行研究使用
VC++图像平滑处理+程序源码,实现图象的平滑(去噪声),锐化功能,测试时请在C盘下放一个测试用的Bmp图片,路径:C:\test.bmp,没有的话没法测试。如上图所示是水平平滑处理,可以对比下,不过感觉颜色失真了,有兴趣的看一下。命令行编译过程如下:
vcvars32
rc bmp.rc
cl smooth.c bmp.res user32.lib gdi32.lib-VC++ image smoothing treatment+ program source code, to achieve a smooth image (to noise), sharpening function, the C disk decentralization Bmp picture of a test of the test, the path: C: \ test.bmp, no words can not test . Is shown above the level of smoothing, you can compare the next, but the feeling of color distortion, interested look. Command-line compiler as follows:
vcvars32
rc bmp.rc
cl smooth.c bmp.res user32.lib gdi32.lib
vcvars32
rc bmp.rc
cl smooth.c bmp.res user32.lib gdi32.lib-VC++ image smoothing treatment+ program source code, to achieve a smooth image (to noise), sharpening function, the C disk decentralization Bmp picture of a test of the test, the path: C: \ test.bmp, no words can not test . Is shown above the level of smoothing, you can compare the next, but the feeling of color distortion, interested look. Command-line compiler as follows:
vcvars32
rc bmp.rc
cl smooth.c bmp.res user32.lib gdi32.lib
(系统自动生成,下载前可以参看下载内容)
下载文件列表
平滑处理\Bmp.h
........\Bmp.rc
........\readme.txt
........\smooth.c
........\smooth.exe
平滑处理