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.

89 lines
4.6 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>686</width>
<height>524</height>
</rect>
</property>
<property name="windowTitle">
<string>关于本软件</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>210</x>
<y>30</y>
<width>271</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<family>黑体</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>1561130423-阳旭 的毕业设计</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QTextBrowser" name="textBrowser">
<property name="geometry">
<rect>
<x>100</x>
<y>110</y>
<width>491</width>
<height>261</height>
</rect>
</property>
<property name="font">
<font>
<family>黑体</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<property name="html">
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'黑体'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p align=&quot;justify&quot; style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'宋体';&quot;&gt;本课题针对图像处理的难点,设计了一款界面友好的图像处理仿真系统,意在帮助初学者形象的理解图像处理所涉及的部分知识点。&lt;/span&gt;&lt;/p&gt;
&lt;p align=&quot;justify&quot; style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'宋体';&quot;&gt;该软件包含常见的图像处理实例,例如图像缩放、加噪、平滑锐化、直方图均衡、压缩编码,边缘检测、人脸检测等。这些模块涉及到较多图像处理知识,通过每个模块设计的实例,循序渐进的让初学者加深理解图像处理方法间的联系,激发初学者对图像处理的兴趣。&lt;/span&gt;&lt;/p&gt;
&lt;p align=&quot;justify&quot; style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'宋体';&quot;&gt;本设计利用&lt;/span&gt;&lt;span style=&quot; font-family:'Times New Roman,serif';&quot;&gt;PyCharm&lt;/span&gt;&lt;span style=&quot; font-family:'宋体';&quot;&gt;&lt;/span&gt;&lt;span style=&quot; font-family:'Times New Roman,serif';&quot;&gt;QT Designer&lt;/span&gt;&lt;span style=&quot; font-family:'宋体';&quot;&gt;开发平台,基于&lt;/span&gt;&lt;span style=&quot; font-family:'Times New Roman,serif';&quot;&gt;Python&lt;/span&gt;&lt;span style=&quot; font-family:'宋体';&quot;&gt;编程语言以及&lt;/span&gt;&lt;span style=&quot; font-family:'Times New Roman,serif';&quot;&gt;OpenCV&lt;/span&gt;&lt;span style=&quot; font-family:'宋体';&quot;&gt;计算机视觉库,利用&lt;/span&gt;&lt;span style=&quot; font-family:'Times New Roman,serif';&quot;&gt;Qt5&lt;/span&gt;&lt;span style=&quot; font-family:'宋体';&quot;&gt;作为&lt;/span&gt;&lt;span style=&quot; font-family:'Times New Roman,serif';&quot;&gt;GUI&lt;/span&gt;&lt;span style=&quot; font-family:'宋体';&quot;&gt;框架,构建了一个兼容&lt;/span&gt;&lt;span style=&quot; font-family:'Times New Roman,serif';&quot;&gt;Windows-x86&lt;/span&gt;&lt;span style=&quot; font-family:'宋体';&quot;&gt;平台的软件。&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>490</x>
<y>430</y>
<width>101</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>黑体</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>2019-06-03</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>