www.pudn.com > byjc.rar > Bmp.h


#include "windows.h" 
#define IDM_LOADBMP   1 
#define IDM_EXIT      2  
 
#define IDM_OUTLINE                     40036 
#define IDM_HSOBEL                      40037 
#define IDM_VSOBEL                      40038 
#define IDM_HISOSOBEL                   40040 
#define IDM_VISOSOBEL                   40041 
#define IDM_HVISOSOBEL                  40043 
#define IDM_HOUGH                       40044 
#define IDM_LOG                         40048 
#define IDM_CONTOUR                     40049 
#define IDM_SEEDFILL                    40053 
#define IDC_STATIC                      65535 
 
#define TEMPLATE_SMOOTH_BOX    1 
#define TEMPLATE_SMOOTH_GAUSS  2 
#define TEMPLATE_SHARPEN_LAPLACIAN 3 
#define TEMPLATE_SOBEL_H 4 
#define TEMPLATE_SOBEL_V 5 
#define TEMPLATE_ISOSOBEL_H 6 
#define TEMPLATE_ISOSOBEL_V 7