| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>GeomFeaturesDialog</class>
- <widget class="QDialog" name="GeomFeaturesDialog">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>526</width>
- <height>608</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Geometric features</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout_7">
- <item>
- <widget class="QFrame" name="frame">
- <layout class="QHBoxLayout" name="horizontalLayout_2">
- <item>
- <spacer name="horizontalSpacer">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>101</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <widget class="QLabel" name="label">
- <property name="text">
- <string>Local neighborhood radius</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QDoubleSpinBox" name="radiusDoubleSpinBox">
- <property name="decimals">
- <number>6</number>
- </property>
- <property name="minimum">
- <double>0.000001000000000</double>
- </property>
- <property name="maximum">
- <double>1000000.000000000000000</double>
- </property>
- <property name="value">
- <double>1.000000000000000</double>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer_2">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>101</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <layout class="QVBoxLayout" name="verticalLayout_5">
- <item>
- <widget class="QGroupBox" name="roughnessGroupBox">
- <property name="title">
- <string>Roughness</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout_4">
- <item>
- <widget class="QCheckBox" name="roughnessCheckBox">
- <property name="text">
- <string>Roughness</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QGroupBox" name="upDirGroupBox">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="toolTip">
- <string>Defining a 'up direction' allows to compute signed roughness</string>
- </property>
- <property name="title">
- <string>Up direction</string>
- </property>
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="checked">
- <bool>false</bool>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout_3">
- <item>
- <widget class="QDoubleSpinBox" name="upDirXDoubleSpinBox">
- <property name="prefix">
- <string>X=</string>
- </property>
- <property name="decimals">
- <number>2</number>
- </property>
- <property name="minimum">
- <double>-1.000000000000000</double>
- </property>
- <property name="maximum">
- <double>1.000000000000000</double>
- </property>
- <property name="singleStep">
- <double>0.010000000000000</double>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QDoubleSpinBox" name="upDirYDoubleSpinBox">
- <property name="prefix">
- <string>Y=</string>
- </property>
- <property name="decimals">
- <number>2</number>
- </property>
- <property name="minimum">
- <double>-1.000000000000000</double>
- </property>
- <property name="maximum">
- <double>1.000000000000000</double>
- </property>
- <property name="singleStep">
- <double>0.010000000000000</double>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QDoubleSpinBox" name="upDirZDoubleSpinBox">
- <property name="prefix">
- <string>Z=</string>
- </property>
- <property name="decimals">
- <number>2</number>
- </property>
- <property name="minimum">
- <double>-1.000000000000000</double>
- </property>
- <property name="maximum">
- <double>1.000000000000000</double>
- </property>
- <property name="singleStep">
- <double>0.010000000000000</double>
- </property>
- <property name="value">
- <double>1.000000000000000</double>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <widget class="QGroupBox" name="curvatureGroupBox">
- <property name="title">
- <string>Curvature</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <widget class="QCheckBox" name="curvMeanCheckBox">
- <property name="toolTip">
- <string>Mean curvature (unsigned)</string>
- </property>
- <property name="text">
- <string>Mean</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="curvGaussCheckBox">
- <property name="toolTip">
- <string>Gaussian curvature (unsigned)</string>
- </property>
- <property name="text">
- <string>Gaussian</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="curvNCRCheckBox">
- <property name="toolTip">
- <string>'Speed' of orientation change</string>
- </property>
- <property name="text">
- <string>Normal change rate</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <widget class="QGroupBox" name="desnityGroupBox">
- <property name="title">
- <string>Density</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout_3">
- <item>
- <widget class="QCheckBox" name="densityKnnCheckBox">
- <property name="toolTip">
- <string>Number of neighbors</string>
- </property>
- <property name="text">
- <string>Number of neighbors</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="densitySurfCheckBox">
- <property name="toolTip">
- <string>Number of neighbors / neighborhood area</string>
- </property>
- <property name="text">
- <string>Surface density</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="densityVolCheckBox">
- <property name="toolTip">
- <string>Number of neighbors / neighborhood volume</string>
- </property>
- <property name="text">
- <string>Volume density</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <widget class="QGroupBox" name="groupBox_2">
- <property name="title">
- <string>Moment</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout_8">
- <item>
- <widget class="QCheckBox" name="firstOrderMomentCheckBox">
- <property name="text">
- <string>1st order moment</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <spacer name="verticalSpacer">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>40</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
- <item>
- <layout class="QVBoxLayout" name="verticalLayout_6">
- <item>
- <widget class="QGroupBox" name="featureGroupBox">
- <property name="toolTip">
- <string>Geometric features (based on local eigenvalues: (L1, L2, L3))</string>
- </property>
- <property name="title">
- <string>Features</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout_2">
- <item>
- <widget class="QCheckBox" name="eigSumCheckBox">
- <property name="toolTip">
- <string>L1 + L2 + L3</string>
- </property>
- <property name="text">
- <string>Sum of eigenvalues</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="eigOmnivarianceCheckBox">
- <property name="toolTip">
- <string>(L1 * L2 * L3)^(1/3)</string>
- </property>
- <property name="text">
- <string>Omnivariance</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="eigenentropyCheckBox">
- <property name="toolTip">
- <string>-( L1*ln(L1) + L2*ln(L2) + L3*ln(L3) )</string>
- </property>
- <property name="text">
- <string>Eigenentropy</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="eigAnisotropyCheckBox">
- <property name="toolTip">
- <string>(L1 - L3)/L1</string>
- </property>
- <property name="text">
- <string>Anisotropy</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="eigPlanarityBox">
- <property name="toolTip">
- <string>(L2 - L3)/L1</string>
- </property>
- <property name="text">
- <string>Planarity</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="eigLinearityCheckBox">
- <property name="toolTip">
- <string>(L1 - L2)/L1</string>
- </property>
- <property name="text">
- <string>Linearity</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="eigPCA1CheckBox">
- <property name="toolTip">
- <string>L1 / (L1 + L2 + L3)</string>
- </property>
- <property name="text">
- <string>PCA1</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="eigPCA2CheckBox">
- <property name="toolTip">
- <string>L2 / (L1 + L2 + L3)</string>
- </property>
- <property name="text">
- <string>PCA2</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="eigSurfaceVarCheckBox">
- <property name="toolTip">
- <string>L3 / (L1 + L2 + L3)</string>
- </property>
- <property name="text">
- <string>Surface variation</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="eigSphericityCheckBox">
- <property name="toolTip">
- <string>L3 / L1</string>
- </property>
- <property name="text">
- <string>Sphericity</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="eigVerticalityCheckBox">
- <property name="toolTip">
- <string>1 - |Z.N|</string>
- </property>
- <property name="text">
- <string>Verticality</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="eigenvalue1CheckBox">
- <property name="text">
- <string>1st eigenvalue</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="eigenvalue2CheckBox">
- <property name="text">
- <string>2nd eigenvalue</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="eigenvalue3CheckBox">
- <property name="text">
- <string>3rd eigenvalue</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <spacer name="verticalSpacer_2">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>40</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
- </layout>
- </item>
- <item>
- <spacer name="verticalSpacer_3">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>6</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::Reset</set>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections>
- <connection>
- <sender>buttonBox</sender>
- <signal>accepted()</signal>
- <receiver>GeomFeaturesDialog</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>GeomFeaturesDialog</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>
- <connection>
- <sender>roughnessCheckBox</sender>
- <signal>toggled(bool)</signal>
- <receiver>upDirGroupBox</receiver>
- <slot>setEnabled(bool)</slot>
- <hints>
- <hint type="sourcelabel">
- <x>134</x>
- <y>86</y>
- </hint>
- <hint type="destinationlabel">
- <x>134</x>
- <y>127</y>
- </hint>
- </hints>
- </connection>
- </connections>
- </ui>
|