⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resource.h

📁 本课题的主要内容是图像预处理,它主要从摄像头中获取人脸图像然后进行处理,以便提高定位和识别的准确率.该模块主要包含光线补偿、图像灰度化、高斯平滑、均衡直方图、图像对比度增强
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by FaceDetect.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_FACEDETYPE                  129
#define IDD_DIALOG1                     130
#define IDD_DIALOG2                     131
#define IDD_DIALOG3                     132
#define IDD_VIDTEST_DIALOG              133
#define IDD_DIALOG4                     134
#define IDD_DIALOG5                     135
#define IDD_DIALOG6                     136
#define IDD_DIALOG7                     137
#define IDD_DIALOG8                     138
#define IDD_DIALOG9                     139
#define IDD_DIALOG10                    140
#define IDD_DIALOG11                    141
#define IDD_DIALOG12                    142
#define IDD_DIALOG13                    143
#define IDD_DIALOG14                    144
#define IDD_DIALOG15                    145
#define IDC_COMBO1                      1000
#define IDC_VIDEO                       1004
#define IDCAPTURE                       1005
#define ID_DETECT_CONTINUE              1007
#define IDC_EDIT1                       1008
#define IDOK_GetName                    1009
#define IDC_EDIT2                       1010
#define IDC_EDIT3                       1011
#define IDC_EDIT4                       1012
#define IDC_EDIT5                       1013
#define IDC_EDIT6                       1014
#define ID_OKD                          1015
#define IDC_RADIO1                      1016
#define IDC_CHECK1                      1017
#define IDC_CHECK2                      1018
#define IDC_CHECK3                      1019
#define IDC_CHECK4                      1020
#define IDC_CHECK5                      1021
#define IDC_BUTTON1                     1022
#define ID_READY_GetFaceOutLline        32771
#define ID_READY_LIGHTINGCONPENSATE     32772
#define ID_READY_SCALE                  32773
#define ID_READY_ContrastEnhance        32774
#define ID_READY_ZFT                    32775
#define ID_READY_WHITEBLACK             32776
#define ID_READY_BanishOnlyPoint        32777
#define ID_READY_Mediumvalue            32778
#define ID_READY_DilationFirst          32779
#define ID_READY_Decay                  32780
#define ID_READY_OutLine                32781
#define ID_READY_FixedPosition          32782
#define ID_PROCESSING_GetCharacteristicParameter 32783
#define ID_PROSSING_detect              32784
#define AFX_ID_VIDIO                    32785
#define AFX_ID_PROSSING                 32786
#define ID_VIDIO_CANNEL                 32787
#define ID_READY_Template               32788
#define ID_PROSSING_STUDY               32789
#define ID_MENUITEM32790                32790
#define ID_MENUITEM32791                32791
#define ID_MENUITEM32792                32792
#define ID_MENUITEM32793                32793
#define ID_DETECTFACE                   32794
#define ID_DATABASE_FIND                32795
#define ID_DATABASE_Modification        32796
#define ID_DATABASE_Delete              32797
#define ID_STUDY_MENUITEM32798          32798
#define ID_MENUITEM32799                32799

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        146
#define _APS_NEXT_COMMAND_VALUE         32800
#define _APS_NEXT_CONTROL_VALUE         1024
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -