1 Star 0 Fork 2

417办公室/面部识别

forked from Qiyao/面部识别 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
facemain.ui 3.22 KB
一键复制 编辑 原始数据 按行查看 历史
Qiyao 提交于 2022-02-02 23:51 +08:00 . v1.0 with gui
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1133</width>
<height>693</height>
</rect>
</property>
<property name="windowTitle">
<string>人脸识别集</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="display">
<property name="minimumSize">
<size>
<width>800</width>
<height>600</height>
</size>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="0" column="1">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QPushButton" name="readbutton">
<property name="minimumSize">
<size>
<width>120</width>
<height>50</height>
</size>
</property>
<property name="text">
<string>人脸检测</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="stopbutton">
<property name="minimumSize">
<size>
<width>0</width>
<height>50</height>
</size>
</property>
<property name="text">
<string>停止</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="collectbutton">
<property name="minimumSize">
<size>
<width>0</width>
<height>50</height>
</size>
</property>
<property name="text">
<string>人脸采集</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="trainbutton">
<property name="minimumSize">
<size>
<width>0</width>
<height>50</height>
</size>
</property>
<property name="text">
<string>训练模型</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="recgbutton">
<property name="minimumSize">
<size>
<width>0</width>
<height>50</height>
</size>
</property>
<property name="text">
<string>人脸识别</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="quitbutton">
<property name="minimumSize">
<size>
<width>0</width>
<height>50</height>
</size>
</property>
<property name="text">
<string>退出程序</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1133</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/intelligent-car-platform/face-recognition.git
[email protected]:intelligent-car-platform/face-recognition.git
intelligent-car-platform
face-recognition
面部识别
master

搜索帮助