|
14 | 14 | <string>OpenCV Face Recognition System - Core</string>
|
15 | 15 | </property>
|
16 | 16 | <widget class="QWidget" name="centralwidget">
|
17 |
| - <widget class="QGroupBox" name="faceRecognitionGroupBox"> |
| 17 | + <widget class="QGroupBox" name="faceRecognizerGroupBox"> |
18 | 18 | <property name="geometry">
|
19 | 19 | <rect>
|
20 | 20 | <x>670</x>
|
|
32 | 32 | <property name="flat">
|
33 | 33 | <bool>false</bool>
|
34 | 34 | </property>
|
35 |
| - <widget class="QLabel" name="faceRecognitionCaptureLabel"> |
| 35 | + <widget class="QLabel" name="faceRecognizerCaptureLabel"> |
36 | 36 | <property name="geometry">
|
37 | 37 | <rect>
|
38 | 38 | <x>0</x>
|
|
52 | 52 | </property>
|
53 | 53 | </widget>
|
54 | 54 | </widget>
|
55 |
| - <widget class="QGroupBox" name="faceRecognitionSettingsLogGroupBox"> |
| 55 | + <widget class="QGroupBox" name="faceRecognizerSettingsLogGroupBox"> |
56 | 56 | <property name="geometry">
|
57 | 57 | <rect>
|
58 | 58 | <x>180</x>
|
|
154 | 154 | </widget>
|
155 | 155 | </item>
|
156 | 156 | <item row="1" column="0">
|
157 |
| - <widget class="QLabel" name="alarmThresholdLabel"> |
| 157 | + <widget class="QLabel" name="autoAlarmThresholdLabel"> |
158 | 158 | <property name="text">
|
159 | 159 | <string>自动报警阈值:</string>
|
160 | 160 | </property>
|
|
164 | 164 | </widget>
|
165 | 165 | </item>
|
166 | 166 | <item row="1" column="1">
|
167 |
| - <widget class="QSlider" name="alarmThresholdSlider"> |
| 167 | + <widget class="QSlider" name="autoAlarmThresholdSlider"> |
168 | 168 | <property name="minimum">
|
169 | 169 | <number>50</number>
|
170 | 170 | </property>
|
|
203 | 203 | <property name="title">
|
204 | 204 | <string>使用说明</string>
|
205 | 205 | </property>
|
206 |
| - <widget class="QLabel" name="alarmTipLabel"> |
| 206 | + <widget class="QLabel" name="autoAlarmTipLabel"> |
207 | 207 | <property name="geometry">
|
208 | 208 | <rect>
|
209 | 209 | <x>10</x>
|
|
219 | 219 | <bool>true</bool>
|
220 | 220 | </property>
|
221 | 221 | </widget>
|
222 |
| - <widget class="QLabel" name="debugTipLabel"> |
| 222 | + <widget class="QLabel" name="confidenceTipLabel"> |
223 | 223 | <property name="geometry">
|
224 | 224 | <rect>
|
225 | 225 | <x>10</x>
|
|
279 | 279 | </widget>
|
280 | 280 | </item>
|
281 | 281 | <item>
|
282 |
| - <widget class="QCheckBox" name="faceRecognitionCheckBox"> |
| 282 | + <widget class="QCheckBox" name="faceRecognizerCheckBox"> |
283 | 283 | <property name="enabled">
|
284 | 284 | <bool>false</bool>
|
285 | 285 | </property>
|
|
292 | 292 | </widget>
|
293 | 293 | </item>
|
294 | 294 | <item>
|
295 |
| - <widget class="QCheckBox" name="alarmCheckBox"> |
| 295 | + <widget class="QCheckBox" name="panalarmCheckBox"> |
296 | 296 | <property name="text">
|
297 | 297 | <string>报警系统</string>
|
298 | 298 | </property>
|
|
436 | 436 | </widget>
|
437 | 437 | </item>
|
438 | 438 | <item>
|
439 |
| - <widget class="QCheckBox" name="telegramBotCheckBox"> |
| 439 | + <widget class="QCheckBox" name="telegramBotPushCheckBox"> |
440 | 440 | <property name="text">
|
441 | 441 | <string>TelegramBot推送</string>
|
442 | 442 | </property>
|
|
521 | 521 | </property>
|
522 | 522 | </widget>
|
523 | 523 | </widget>
|
524 |
| - <widget class="QGroupBox" name="realTimeGroupBox"> |
| 524 | + <widget class="QGroupBox" name="faceTrackerGroupBox"> |
525 | 525 | <property name="geometry">
|
526 | 526 | <rect>
|
527 | 527 | <x>180</x>
|
|
531 | 531 | </rect>
|
532 | 532 | </property>
|
533 | 533 | <property name="title">
|
534 |
| - <string>实时画面</string> |
| 534 | + <string>人脸跟踪画面</string> |
535 | 535 | </property>
|
536 | 536 | <property name="alignment">
|
537 | 537 | <set>Qt::AlignCenter</set>
|
538 | 538 | </property>
|
539 | 539 | <property name="flat">
|
540 | 540 | <bool>false</bool>
|
541 | 541 | </property>
|
542 |
| - <widget class="QLabel" name="realTimeCaptureLabel"> |
| 542 | + <widget class="QLabel" name="faceTrackerCaptureLabel"> |
543 | 543 | <property name="geometry">
|
544 | 544 | <rect>
|
545 | 545 | <x>0</x>
|
|
0 commit comments