-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmainwindow.ui
More file actions
230 lines (230 loc) · 5.74 KB
/
mainwindow.ui
File metadata and controls
230 lines (230 loc) · 5.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
<?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>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QWidget" name="displayWidget" native="true">
<property name="geometry">
<rect>
<x>160</x>
<y>80</y>
<width>471</width>
<height>271</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(170, 255, 255);</string>
</property>
</widget>
<widget class="QPushButton" name="showImg">
<property name="geometry">
<rect>
<x>620</x>
<y>400</y>
<width>99</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>准备图像处理</string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>25</height>
</rect>
</property>
<widget class="QMenu" name="menu">
<property name="title">
<string>滤波</string>
</property>
<addaction name="actiongau"/>
<addaction name="actionmean"/>
<addaction name="actionmedian"/>
<addaction name="actionfrequenceGaussFilter"/>
</widget>
<widget class="QMenu" name="menu_2">
<property name="title">
<string>预处理</string>
</property>
<addaction name="actiongray"/>
<addaction name="actionBinarization"/>
</widget>
<widget class="QMenu" name="menu_3">
<property name="title">
<string>边缘检测</string>
</property>
<addaction name="actionSobel"/>
<addaction name="actionCanny"/>
<addaction name="actionlaplace"/>
</widget>
<widget class="QMenu" name="menu_4">
<property name="title">
<string>阈值分割</string>
</property>
<addaction name="separator"/>
<addaction name="actionRGBThred"/>
<addaction name="actionHSVThred"/>
<addaction name="actionadapter"/>
<addaction name="actionlocal"/>
</widget>
<widget class="QMenu" name="menu_5">
<property name="title">
<string>形态学变换</string>
</property>
<addaction name="actiondilate"/>
<addaction name="actioncorrosion"/>
<addaction name="actiontopHat"/>
<addaction name="actionblackHat"/>
</widget>
<widget class="QMenu" name="menu_6">
<property name="title">
<string>图像增强</string>
</property>
<addaction name="actionequlization"/>
<addaction name="actionhigh_filter"/>
</widget>
<widget class="QMenu" name="menu_7">
<property name="title">
<string>图像变换</string>
</property>
</widget>
<widget class="QMenu" name="menu_8">
<property name="title">
<string>额外福利</string>
</property>
<addaction name="actiondashBoard"/>
</widget>
<addaction name="menu_2"/>
<addaction name="menu"/>
<addaction name="menu_3"/>
<addaction name="menu_4"/>
<addaction name="menu_5"/>
<addaction name="menu_6"/>
<addaction name="menu_7"/>
<addaction name="menu_8"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="actiongau">
<property name="text">
<string>高斯滤波</string>
</property>
</action>
<action name="actionmean">
<property name="text">
<string>均值滤波</string>
</property>
</action>
<action name="actionmedian">
<property name="text">
<string>中值滤波</string>
</property>
</action>
<action name="actiongray">
<property name="text">
<string>灰度图</string>
</property>
</action>
<action name="actionBinarization">
<property name="text">
<string>二值化</string>
</property>
</action>
<action name="actionSobel">
<property name="text">
<string>Sobel</string>
</property>
</action>
<action name="actionRGBThred">
<property name="text">
<string>RGB</string>
</property>
</action>
<action name="actionHSVThred">
<property name="text">
<string>HSV</string>
</property>
</action>
<action name="actionadapter">
<property name="text">
<string>自适应阈值</string>
</property>
</action>
<action name="actionlocal">
<property name="text">
<string>局部阈值</string>
</property>
</action>
<action name="actionCanny">
<property name="text">
<string>Canny</string>
</property>
</action>
<action name="actiondilate">
<property name="text">
<string>膨胀</string>
</property>
</action>
<action name="actioncorrosion">
<property name="text">
<string>腐蚀</string>
</property>
</action>
<action name="actiontopHat">
<property name="text">
<string>顶帽</string>
</property>
</action>
<action name="actionblackHat">
<property name="text">
<string>黑帽</string>
</property>
</action>
<action name="actionequlization">
<property name="text">
<string>直方图均衡化</string>
</property>
</action>
<action name="actionhigh_filter">
<property name="text">
<string>高通滤波</string>
</property>
</action>
<action name="actionlaplace">
<property name="text">
<string>拉普拉斯</string>
</property>
</action>
<action name="actionfrequenceGaussFilter">
<property name="text">
<string>频率域高斯滤波</string>
</property>
</action>
<action name="actiondashBoard">
<property name="text">
<string>仪表盘</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>