实现图象的平滑(去噪声),锐化
命令行编译过程如下
vcvars32
rc bmp.rc
cl smooth.c bmp.res user...
- 资源大小:22.86 kB
- 上传时间:2021-06-30
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
GDI-Bitmap
c++
资 源 简 介
实现图象的平滑(去噪声),锐化
命令行编译过程如下
vcvars32
rc bmp.rc
cl smooth.c bmp.res user32.lib gdi32.lib
-Achieve image smoothing (to noise), the process of sharpening the following command-line compiler vcvars32rc bmp.rccl smooth.c bmp.res user32.lib gdi32.lib
文 件 列 表
平滑
Bmp.h
Bmp.rc
readme.txt
smooth.c
smooth.exe