You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

187 lines
4.1 KiB

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>733</width>
<height>546</height>
</rect>
</property>
<property name="windowTitle">
<string>图像处理仿真系统</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>220</x>
<y>10</y>
<width>291</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<family>黑体</family>
<pointsize>20</pointsize>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="text">
<string>图像处理仿真系统</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>30</x>
<y>130</y>
<width>331</width>
<height>261</height>
</rect>
</property>
<property name="title">
<string>图像变换</string>
</property>
<widget class="QPushButton" name="pushButton_1">
<property name="geometry">
<rect>
<x>40</x>
<y>50</y>
<width>111</width>
<height>71</height>
</rect>
</property>
<property name="text">
<string>色彩空间转换</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>170</x>
<y>50</y>
<width>111</width>
<height>71</height>
</rect>
</property>
<property name="text">
<string>图像缩放剪裁</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_3">
<property name="geometry">
<rect>
<x>40</x>
<y>140</y>
<width>111</width>
<height>71</height>
</rect>
</property>
<property name="text">
<string>图像加噪平滑</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_4">
<property name="geometry">
<rect>
<x>170</x>
<y>140</y>
<width>111</width>
<height>71</height>
</rect>
</property>
<property name="text">
<string>图像锐化</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>380</x>
<y>130</y>
<width>331</width>
<height>261</height>
</rect>
</property>
<property name="title">
<string>应用实例</string>
</property>
<widget class="QPushButton" name="pushButton_8">
<property name="geometry">
<rect>
<x>180</x>
<y>140</y>
<width>111</width>
<height>71</height>
</rect>
</property>
<property name="text">
<string>人脸检测</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_6">
<property name="geometry">
<rect>
<x>180</x>
<y>50</y>
<width>111</width>
<height>71</height>
</rect>
</property>
<property name="text">
<string>图像压缩</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_5">
<property name="geometry">
<rect>
<x>50</x>
<y>50</y>
<width>111</width>
<height>71</height>
</rect>
</property>
<property name="text">
<string>直方图变换</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_7">
<property name="geometry">
<rect>
<x>50</x>
<y>140</y>
<width>111</width>
<height>71</height>
</rect>
</property>
<property name="text">
<string>边缘检测</string>
</property>
</widget>
</widget>
<widget class="QPushButton" name="pushButton_10">
<property name="geometry">
<rect>
<x>560</x>
<y>430</y>
<width>111</width>
<height>71</height>
</rect>
</property>
<property name="text">
<string>关于</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>