mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
306 lines
9.1 KiB
Plaintext
306 lines
9.1 KiB
Plaintext
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<ui version="4.0">
|
||
|
|
<class>ExportScansDialog</class>
|
||
|
|
<widget class="QDialog" name="ExportScansDialog">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>0</x>
|
||
|
|
<y>0</y>
|
||
|
|
<width>545</width>
|
||
|
|
<height>439</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="windowTitle">
|
||
|
|
<string>Export Scans</string>
|
||
|
|
</property>
|
||
|
|
<layout class="QVBoxLayout" name="verticalLayout_2" stretch="1,0,0">
|
||
|
|
<item>
|
||
|
|
<widget class="QScrollArea" name="scrollArea">
|
||
|
|
<property name="widgetResizable">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
<widget class="QWidget" name="scrollAreaWidgetContents">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>0</x>
|
||
|
|
<y>0</y>
|
||
|
|
<width>519</width>
|
||
|
|
<height>363</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<layout class="QVBoxLayout" name="verticalLayout_13">
|
||
|
|
<item>
|
||
|
|
<layout class="QGridLayout" name="gridLayout_8" columnstretch="0,1">
|
||
|
|
<item row="1" column="1">
|
||
|
|
<widget class="QLabel" name="label_binaryFile_2">
|
||
|
|
<property name="text">
|
||
|
|
<string>Assemble scans to a single output cloud.</string>
|
||
|
|
</property>
|
||
|
|
<property name="wordWrap">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="0" column="0">
|
||
|
|
<widget class="QCheckBox" name="checkBox_binary">
|
||
|
|
<property name="text">
|
||
|
|
<string/>
|
||
|
|
</property>
|
||
|
|
<property name="checked">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="1" column="0">
|
||
|
|
<widget class="QCheckBox" name="checkBox_assemble">
|
||
|
|
<property name="text">
|
||
|
|
<string/>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="3" column="1">
|
||
|
|
<widget class="QLabel" name="label_109">
|
||
|
|
<property name="text">
|
||
|
|
<string>Voxel size. Set 0 to disable.</string>
|
||
|
|
</property>
|
||
|
|
<property name="wordWrap">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="3" column="0">
|
||
|
|
<widget class="QDoubleSpinBox" name="doubleSpinBox_voxelSize_assembled">
|
||
|
|
<property name="suffix">
|
||
|
|
<string> m</string>
|
||
|
|
</property>
|
||
|
|
<property name="decimals">
|
||
|
|
<number>3</number>
|
||
|
|
</property>
|
||
|
|
<property name="maximum">
|
||
|
|
<double>1.000000000000000</double>
|
||
|
|
</property>
|
||
|
|
<property name="singleStep">
|
||
|
|
<double>0.010000000000000</double>
|
||
|
|
</property>
|
||
|
|
<property name="value">
|
||
|
|
<double>0.005000000000000</double>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="2" column="1">
|
||
|
|
<widget class="QLabel" name="label_111">
|
||
|
|
<property name="text">
|
||
|
|
<string>Set the number of k nearest neighbors to use for the normal estimation. Set 0 to disable normal estimation.</string>
|
||
|
|
</property>
|
||
|
|
<property name="wordWrap">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="2" column="0">
|
||
|
|
<widget class="QSpinBox" name="spinBox_normalKSearch">
|
||
|
|
<property name="minimum">
|
||
|
|
<number>0</number>
|
||
|
|
</property>
|
||
|
|
<property name="value">
|
||
|
|
<number>20</number>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="0" column="1">
|
||
|
|
<widget class="QLabel" name="label_binaryFile">
|
||
|
|
<property name="text">
|
||
|
|
<string>Binary file.</string>
|
||
|
|
</property>
|
||
|
|
<property name="wordWrap">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QGroupBox" name="groupBox_regenerate">
|
||
|
|
<property name="title">
|
||
|
|
<string>Regenerate Scans</string>
|
||
|
|
</property>
|
||
|
|
<property name="checkable">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
<layout class="QVBoxLayout" name="verticalLayout_14">
|
||
|
|
<item>
|
||
|
|
<layout class="QGridLayout" name="gridLayout" columnstretch="0,1">
|
||
|
|
<item row="0" column="1">
|
||
|
|
<widget class="QLabel" name="label_108">
|
||
|
|
<property name="text">
|
||
|
|
<string>Downsampling step.</string>
|
||
|
|
</property>
|
||
|
|
<property name="wordWrap">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="0" column="0">
|
||
|
|
<widget class="QSpinBox" name="spinBox_decimation">
|
||
|
|
<property name="minimum">
|
||
|
|
<number>1</number>
|
||
|
|
</property>
|
||
|
|
<property name="maximum">
|
||
|
|
<number>999</number>
|
||
|
|
</property>
|
||
|
|
<property name="value">
|
||
|
|
<number>1</number>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QGroupBox" name="groupBox_filtering">
|
||
|
|
<property name="title">
|
||
|
|
<string>Cloud Filtering (remove noisy points)</string>
|
||
|
|
</property>
|
||
|
|
<property name="checkable">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
<layout class="QGridLayout" name="gridLayout_9" columnstretch="0,1">
|
||
|
|
<item row="0" column="0">
|
||
|
|
<widget class="QDoubleSpinBox" name="doubleSpinBox_filteringRadius">
|
||
|
|
<property name="suffix">
|
||
|
|
<string> m</string>
|
||
|
|
</property>
|
||
|
|
<property name="decimals">
|
||
|
|
<number>3</number>
|
||
|
|
</property>
|
||
|
|
<property name="minimum">
|
||
|
|
<double>0.001000000000000</double>
|
||
|
|
</property>
|
||
|
|
<property name="maximum">
|
||
|
|
<double>1.000000000000000</double>
|
||
|
|
</property>
|
||
|
|
<property name="singleStep">
|
||
|
|
<double>0.010000000000000</double>
|
||
|
|
</property>
|
||
|
|
<property name="value">
|
||
|
|
<double>0.020000000000000</double>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="0" column="1">
|
||
|
|
<widget class="QLabel" name="label_110">
|
||
|
|
<property name="text">
|
||
|
|
<string>Radius search.</string>
|
||
|
|
</property>
|
||
|
|
<property name="wordWrap">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="1" column="0">
|
||
|
|
<widget class="QSpinBox" name="spinBox_filteringMinNeighbors">
|
||
|
|
<property name="minimum">
|
||
|
|
<number>1</number>
|
||
|
|
</property>
|
||
|
|
<property name="maximum">
|
||
|
|
<number>100</number>
|
||
|
|
</property>
|
||
|
|
<property name="value">
|
||
|
|
<number>2</number>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="1" column="1">
|
||
|
|
<widget class="QLabel" name="label_112">
|
||
|
|
<property name="text">
|
||
|
|
<string>Minimum neighbors in the search radius.</string>
|
||
|
|
</property>
|
||
|
|
<property name="wordWrap">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<spacer name="verticalSpacer_9">
|
||
|
|
<property name="orientation">
|
||
|
|
<enum>Qt::Vertical</enum>
|
||
|
|
</property>
|
||
|
|
<property name="sizeHint" stdset="0">
|
||
|
|
<size>
|
||
|
|
<width>0</width>
|
||
|
|
<height>0</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
</spacer>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<spacer name="verticalSpacer">
|
||
|
|
<property name="orientation">
|
||
|
|
<enum>Qt::Vertical</enum>
|
||
|
|
</property>
|
||
|
|
<property name="sizeHint" stdset="0">
|
||
|
|
<size>
|
||
|
|
<width>20</width>
|
||
|
|
<height>0</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
</spacer>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
||
|
|
<property name="orientation">
|
||
|
|
<enum>Qt::Horizontal</enum>
|
||
|
|
</property>
|
||
|
|
<property name="standardButtons">
|
||
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::RestoreDefaults|QDialogButtonBox::Save</set>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
<resources/>
|
||
|
|
<connections>
|
||
|
|
<connection>
|
||
|
|
<sender>buttonBox</sender>
|
||
|
|
<signal>accepted()</signal>
|
||
|
|
<receiver>ExportScansDialog</receiver>
|
||
|
|
<slot>accept()</slot>
|
||
|
|
<hints>
|
||
|
|
<hint type="sourcelabel">
|
||
|
|
<x>248</x>
|
||
|
|
<y>254</y>
|
||
|
|
</hint>
|
||
|
|
<hint type="destinationlabel">
|
||
|
|
<x>157</x>
|
||
|
|
<y>274</y>
|
||
|
|
</hint>
|
||
|
|
</hints>
|
||
|
|
</connection>
|
||
|
|
<connection>
|
||
|
|
<sender>buttonBox</sender>
|
||
|
|
<signal>rejected()</signal>
|
||
|
|
<receiver>ExportScansDialog</receiver>
|
||
|
|
<slot>reject()</slot>
|
||
|
|
<hints>
|
||
|
|
<hint type="sourcelabel">
|
||
|
|
<x>316</x>
|
||
|
|
<y>260</y>
|
||
|
|
</hint>
|
||
|
|
<hint type="destinationlabel">
|
||
|
|
<x>286</x>
|
||
|
|
<y>274</y>
|
||
|
|
</hint>
|
||
|
|
</hints>
|
||
|
|
</connection>
|
||
|
|
</connections>
|
||
|
|
</ui>
|