文件名称:smooth
介绍说明--下载内容均来自于网络,请自行研究使用
图像平滑、锐化、中值滤波以及拉普拉斯变换。。h文件如下
#include "windows.h"
#define IDM_LOADBMP 1
#define IDM_EXIT 2
#define IDM_SMOOTHING_BOX 40007
#define IDM_SMOOTHING_GAUSS 40008
#define IDM_SHARPENING_LAPLACIAN 40009
#define IDM_HMEDIAN 40046
#define IDM_VMEDIAN 40047
#define TEMPLATE_SMOOTH_BOX 1
#define TEMPLATE_SMOOTH_GAUSS 2
#define TEMPLATE_SHARPEN_LAPLACIAN 3-Image smoothing, sharpening, median filtering and the Laplace transform. . h file as follows# include windows.h# define IDM_LOADBMP 1# define IDM_EXIT 2# define IDM_SMOOTHING_BOX 40007# define IDM_SMOOTHING_GAUSS 40008# define IDM_SHARPENING_LAPLACIAN 40009# define IDM_HMEDIAN 40046# define IDM_VMEDIAN 40047# define TEMPLATE_SMOOTH_BOX 1# define TEMPLATE_SMOOTH_GAUSS 2# define TEMPLATE_SHARPEN_LAPLACIAN 3
#include "windows.h"
#define IDM_LOADBMP 1
#define IDM_EXIT 2
#define IDM_SMOOTHING_BOX 40007
#define IDM_SMOOTHING_GAUSS 40008
#define IDM_SHARPENING_LAPLACIAN 40009
#define IDM_HMEDIAN 40046
#define IDM_VMEDIAN 40047
#define TEMPLATE_SMOOTH_BOX 1
#define TEMPLATE_SMOOTH_GAUSS 2
#define TEMPLATE_SHARPEN_LAPLACIAN 3-Image smoothing, sharpening, median filtering and the Laplace transform. . h file as follows# include windows.h# define IDM_LOADBMP 1# define IDM_EXIT 2# define IDM_SMOOTHING_BOX 40007# define IDM_SMOOTHING_GAUSS 40008# define IDM_SHARPENING_LAPLACIAN 40009# define IDM_HMEDIAN 40046# define IDM_VMEDIAN 40047# define TEMPLATE_SMOOTH_BOX 1# define TEMPLATE_SMOOTH_GAUSS 2# define TEMPLATE_SHARPEN_LAPLACIAN 3
(系统自动生成,下载前可以参看下载内容)
下载文件列表
smooth.c