clustering ok

export local maxima as cloud
parameters added to the dialog
This commit is contained in:
Paul Leroy
2024-02-23 17:34:34 +01:00
parent 5ad0390239
commit ae7c156483
5 changed files with 261 additions and 89 deletions
+98 -30
View File
@@ -6,38 +6,14 @@
<rect>
<x>0</x>
<y>0</y>
<width>190</width>
<height>131</height>
<width>199</width>
<height>276</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="3" column="0">
<widget class="QRadioButton" name="radioButtonG3Point">
<property name="text">
<string>G3Point</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QPushButton" name="pushButtonSegment">
<property name="text">
<string>Segment</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>kNN</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QSpinBox" name="spinBoxkNN">
<property name="minimum">
@@ -52,13 +28,33 @@
</widget>
</item>
<item row="3" column="1">
<widget class="QRadioButton" name="radioButtonSteepestSlope">
<property name="text">
<string>steepest slope</string>
<widget class="QSpinBox" name="spinBoxPointSize">
<property name="minimum">
<number>1</number>
</property>
<property name="value">
<number>3</number>
</property>
</widget>
</item>
<item row="2" column="1">
<item row="8" column="0">
<widget class="QRadioButton" name="radioButtonG3Point">
<property name="text">
<string>G3Point</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Max angle 1</string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QPushButton" name="pushButtonCluster">
<property name="enabled">
<bool>false</bool>
@@ -68,6 +64,78 @@
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>kNN</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QPushButton" name="pushButtonSegment">
<property name="text">
<string>Segment</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QDoubleSpinBox" name="doubleSpinBoxMaxAngle1">
<property name="frame">
<bool>true</bool>
</property>
<property name="buttonSymbols">
<enum>QAbstractSpinBox::UpDownArrows</enum>
</property>
<property name="maximum">
<double>360.000000000000000</double>
</property>
<property name="value">
<double>60.000000000000000</double>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="QPushButton" name="pushButtonSegmentCluster">
<property name="text">
<string>Segment + Cluster</string>
</property>
</widget>
</item>
<item row="9" column="0" colspan="2">
<widget class="QLabel" name="labelCloud">
<property name="text">
<string>-</string>
</property>
</widget>
</item>
<item row="8" column="1">
<widget class="QRadioButton" name="radioButtonSteepestSlope">
<property name="text">
<string>steepest slope</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Point size</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Radius factor</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QDoubleSpinBox" name="doubleSpinBoxRadiusFactor">
<property name="value">
<double>0.600000000000000</double>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>