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

图形图像处理

开发平台:

Visual C++

  1. #include "windows.h"
  2. #define IDM_LOADBMP   1
  3. #define IDM_EXIT      2 
  4. #define ID_SECONDPOINT                  306
  5. #define ID_STRETCHRATIO                 307
  6. #define ID_FIRSTPOINT                   308
  7. #define ID_EQUASCALE                    309
  8. #define IDM_REGUDITHER                  40011
  9. #define IDM_FLOYD                       40012
  10. #define IDM_STEINBERG                   40012
  11. #define IDM_CLRGRAY                     40013
  12. #define IDM_INVERT                      40014
  13. #define IDM_TRUE256                     40017
  14. #define IDM_HISTOGRAM                   40018
  15. #define IDM_CONTSTRETCH                 40019
  16. #define IDM_CLIPING                     40020
  17. #define IDM_THRESHOLD                   40021
  18. #define IDM_SLICEWITHOUTBACK            40022
  19. #define IDM_SLICEWITHBACK               40023
  20. #define IDM_HISTOGRAMEQUA               40024
  21. #define IDC_STATIC                      65535
  22. #define TEMPLATE_SMOOTH_BOX    1
  23. #define TEMPLATE_SMOOTH_GAUSS  2
  24. #define TEMPLATE_SHARPEN_LAPLACIAN 3
  25. #define TEMPLATE_SOBEL_H 4
  26. #define TEMPLATE_SOBEL_V 5
  27. #define TEMPLATE_ISOSOBEL_H 6
  28. #define TEMPLATE_ISOSOBEL_V 7