Bmp.h
上传用户:s6549606
上传日期:2015-11-11
资源大小:12002k
文件大小:0k
源码类别:

图形图像处理

开发平台:

Visual C++

  1. #include "windows.h"
  2. #define IDM_LOADBMP   1
  3. #define IDM_EXIT      2 
  4. #define IDM_SMOOTHING_BOX               40007
  5. #define IDM_SMOOTHING_GAUSS             40008
  6. #define IDM_SHARPENING_LAPLACIAN        40009
  7. #define IDM_HMEDIAN                     40046
  8. #define IDM_VMEDIAN                     40047
  9. #define TEMPLATE_SMOOTH_BOX    1
  10. #define TEMPLATE_SMOOTH_GAUSS  2
  11. #define TEMPLATE_SHARPEN_LAPLACIAN 3