1056 lines
25 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DialogAlgoConfig</class>
<widget class="QDialog" name="DialogAlgoConfig">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>620</height>
</rect>
</property>
<property name="windowTitle">
<string>算法参数配置</string>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(25, 26, 28);
color: rgb(221, 225, 233);</string>
</property>
<widget class="QLabel" name="label_title">
<property name="geometry">
<rect>
<x>30</x>
<y>15</y>
<width>200</width>
<height>40</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>算法参数配置</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_corner">
<property name="geometry">
<rect>
<x>20</x>
<y>60</y>
<width>370</width>
<height>250</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="title">
<string>角点检测参数</string>
</property>
<widget class="QLabel" name="label_minEndingGap">
<property name="geometry">
<rect>
<x>15</x>
<y>35</y>
<width>160</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>Y方向跳变阈值</string>
</property>
</widget>
<widget class="QLineEdit" name="edit_minEndingGap">
<property name="geometry">
<rect>
<x>190</x>
<y>35</y>
<width>120</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(47, 48, 52);</string>
</property>
</widget>
<widget class="QLabel" name="label_unit1">
<property name="geometry">
<rect>
<x>315</x>
<y>35</y>
<width>40</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>mm</string>
</property>
</widget>
<widget class="QLabel" name="label_minEndingGapZ">
<property name="geometry">
<rect>
<x>15</x>
<y>70</y>
<width>160</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>Z方向跳变阈值</string>
</property>
</widget>
<widget class="QLineEdit" name="edit_minEndingGapZ">
<property name="geometry">
<rect>
<x>190</x>
<y>70</y>
<width>120</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(47, 48, 52);</string>
</property>
</widget>
<widget class="QLabel" name="label_unit2">
<property name="geometry">
<rect>
<x>315</x>
<y>70</y>
<width>40</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>mm</string>
</property>
</widget>
<widget class="QLabel" name="label_scale">
<property name="geometry">
<rect>
<x>15</x>
<y>105</y>
<width>160</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>窗口比例</string>
</property>
</widget>
<widget class="QLineEdit" name="edit_scale">
<property name="geometry">
<rect>
<x>190</x>
<y>105</y>
<width>120</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(47, 48, 52);</string>
</property>
</widget>
<widget class="QLabel" name="label_cornerTh">
<property name="geometry">
<rect>
<x>15</x>
<y>140</y>
<width>160</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>空间角阈值</string>
</property>
</widget>
<widget class="QLineEdit" name="edit_cornerTh">
<property name="geometry">
<rect>
<x>190</x>
<y>140</y>
<width>120</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(47, 48, 52);</string>
</property>
</widget>
<widget class="QLabel" name="label_unit3">
<property name="geometry">
<rect>
<x>315</x>
<y>140</y>
<width>40</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>°</string>
</property>
</widget>
<widget class="QLabel" name="label_jumpCornerTh1">
<property name="geometry">
<rect>
<x>15</x>
<y>175</y>
<width>160</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>跳变角阈值1</string>
</property>
</widget>
<widget class="QLineEdit" name="edit_jumpCornerTh1">
<property name="geometry">
<rect>
<x>190</x>
<y>175</y>
<width>120</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(47, 48, 52);</string>
</property>
</widget>
<widget class="QLabel" name="label_jumpCornerTh2">
<property name="geometry">
<rect>
<x>15</x>
<y>210</y>
<width>160</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>跳变角阈值2</string>
</property>
</widget>
<widget class="QLineEdit" name="edit_jumpCornerTh2">
<property name="geometry">
<rect>
<x>190</x>
<y>210</y>
<width>120</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(47, 48, 52);</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_filter">
<property name="geometry">
<rect>
<x>410</x>
<y>60</y>
<width>370</width>
<height>110</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="title">
<string>离群点过滤参数</string>
</property>
<widget class="QLabel" name="label_continuityTh">
<property name="geometry">
<rect>
<x>15</x>
<y>35</y>
<width>160</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>连续性阈值</string>
</property>
</widget>
<widget class="QLineEdit" name="edit_continuityTh">
<property name="geometry">
<rect>
<x>190</x>
<y>35</y>
<width>120</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(47, 48, 52);</string>
</property>
</widget>
<widget class="QLabel" name="label_unit4">
<property name="geometry">
<rect>
<x>315</x>
<y>35</y>
<width>40</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>mm</string>
</property>
</widget>
<widget class="QLabel" name="label_outlierTh">
<property name="geometry">
<rect>
<x>15</x>
<y>70</y>
<width>160</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>离群点阈值</string>
</property>
</widget>
<widget class="QLineEdit" name="edit_outlierTh">
<property name="geometry">
<rect>
<x>190</x>
<y>70</y>
<width>120</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(47, 48, 52);</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_tree">
<property name="geometry">
<rect>
<x>410</x>
<y>180</y>
<width>370</width>
<height>250</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="title">
<string>树生长参数</string>
</property>
<widget class="QLabel" name="label_yDeviationMax">
<property name="geometry">
<rect>
<x>15</x>
<y>35</y>
<width>160</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>Y方向最大偏差</string>
</property>
</widget>
<widget class="QLineEdit" name="edit_yDeviationMax">
<property name="geometry">
<rect>
<x>190</x>
<y>35</y>
<width>120</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(47, 48, 52);</string>
</property>
</widget>
<widget class="QLabel" name="label_unit5">
<property name="geometry">
<rect>
<x>315</x>
<y>35</y>
<width>40</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>mm</string>
</property>
</widget>
<widget class="QLabel" name="label_zDeviationMax">
<property name="geometry">
<rect>
<x>15</x>
<y>70</y>
<width>160</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>Z方向最大偏差</string>
</property>
</widget>
<widget class="QLineEdit" name="edit_zDeviationMax">
<property name="geometry">
<rect>
<x>190</x>
<y>70</y>
<width>120</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(47, 48, 52);</string>
</property>
</widget>
<widget class="QLabel" name="label_unit6">
<property name="geometry">
<rect>
<x>315</x>
<y>70</y>
<width>40</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>mm</string>
</property>
</widget>
<widget class="QLabel" name="label_maxLineSkipNum">
<property name="geometry">
<rect>
<x>15</x>
<y>105</y>
<width>160</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>最大跳过线数</string>
</property>
</widget>
<widget class="QLineEdit" name="edit_maxLineSkipNum">
<property name="geometry">
<rect>
<x>190</x>
<y>105</y>
<width>120</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(47, 48, 52);</string>
</property>
</widget>
<widget class="QLabel" name="label_maxSkipDistance">
<property name="geometry">
<rect>
<x>15</x>
<y>140</y>
<width>160</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>最大跳过距离</string>
</property>
</widget>
<widget class="QLineEdit" name="edit_maxSkipDistance">
<property name="geometry">
<rect>
<x>190</x>
<y>140</y>
<width>120</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(47, 48, 52);</string>
</property>
</widget>
<widget class="QLabel" name="label_unit7">
<property name="geometry">
<rect>
<x>315</x>
<y>140</y>
<width>40</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>mm</string>
</property>
</widget>
<widget class="QLabel" name="label_minLTypeTreeLen">
<property name="geometry">
<rect>
<x>15</x>
<y>175</y>
<width>160</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>L型树最小长度</string>
</property>
</widget>
<widget class="QLineEdit" name="edit_minLTypeTreeLen">
<property name="geometry">
<rect>
<x>190</x>
<y>175</y>
<width>120</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(47, 48, 52);</string>
</property>
</widget>
<widget class="QLabel" name="label_unit8">
<property name="geometry">
<rect>
<x>315</x>
<y>175</y>
<width>40</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>mm</string>
</property>
</widget>
<widget class="QLabel" name="label_minVTypeTreeLen">
<property name="geometry">
<rect>
<x>15</x>
<y>210</y>
<width>160</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>V型树最小长度</string>
</property>
</widget>
<widget class="QLineEdit" name="edit_minVTypeTreeLen">
<property name="geometry">
<rect>
<x>190</x>
<y>210</y>
<width>120</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(47, 48, 52);</string>
</property>
</widget>
<widget class="QLabel" name="label_unit9">
<property name="geometry">
<rect>
<x>315</x>
<y>210</y>
<width>40</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>mm</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_channel">
<property name="geometry">
<rect>
<x>20</x>
<y>320</y>
<width>370</width>
<height>220</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="title">
<string>通道参数</string>
</property>
<widget class="QLabel" name="label_channelWidthMin">
<property name="geometry">
<rect>
<x>15</x>
<y>35</y>
<width>160</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>通道宽度最小值</string>
</property>
</widget>
<widget class="QLineEdit" name="edit_channelWidthMin">
<property name="geometry">
<rect>
<x>190</x>
<y>35</y>
<width>120</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(47, 48, 52);</string>
</property>
</widget>
<widget class="QLabel" name="label_unit10">
<property name="geometry">
<rect>
<x>315</x>
<y>35</y>
<width>40</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>mm</string>
</property>
</widget>
<widget class="QLabel" name="label_channelWidthMax">
<property name="geometry">
<rect>
<x>15</x>
<y>70</y>
<width>160</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>通道宽度最大值</string>
</property>
</widget>
<widget class="QLineEdit" name="edit_channelWidthMax">
<property name="geometry">
<rect>
<x>190</x>
<y>70</y>
<width>120</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(47, 48, 52);</string>
</property>
</widget>
<widget class="QLabel" name="label_unit11">
<property name="geometry">
<rect>
<x>315</x>
<y>70</y>
<width>40</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>mm</string>
</property>
</widget>
<widget class="QLabel" name="label_channelSpaceMin">
<property name="geometry">
<rect>
<x>15</x>
<y>105</y>
<width>160</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>通道间距最小值</string>
</property>
</widget>
<widget class="QLineEdit" name="edit_channelSpaceMin">
<property name="geometry">
<rect>
<x>190</x>
<y>105</y>
<width>120</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(47, 48, 52);</string>
</property>
</widget>
<widget class="QLabel" name="label_unit12">
<property name="geometry">
<rect>
<x>315</x>
<y>105</y>
<width>40</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>mm</string>
</property>
</widget>
<widget class="QLabel" name="label_channelSpaceMax">
<property name="geometry">
<rect>
<x>15</x>
<y>140</y>
<width>160</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>通道间距最大值</string>
</property>
</widget>
<widget class="QLineEdit" name="edit_channelSpaceMax">
<property name="geometry">
<rect>
<x>190</x>
<y>140</y>
<width>120</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(47, 48, 52);</string>
</property>
</widget>
<widget class="QLabel" name="label_unit13">
<property name="geometry">
<rect>
<x>315</x>
<y>140</y>
<width>40</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>mm</string>
</property>
</widget>
<widget class="QCheckBox" name="chk_horizonScan">
<property name="geometry">
<rect>
<x>15</x>
<y>180</y>
<width>300</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>水平扫描(激光线平行槽道)</string>
</property>
</widget>
</widget>
<widget class="QPushButton" name="btn_apply">
<property name="geometry">
<rect>
<x>540</x>
<y>560</y>
<width>111</width>
<height>40</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">image: url(:/common/resource/dialog_ok.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="btn_cancel">
<property name="geometry">
<rect>
<x>670</x>
<y>560</y>
<width>111</width>
<height>40</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">image: url(:/common/resource/dialog_cancel.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>