Export: for min polygon cluster size, added option -1 to just keep the largest cluster

This commit is contained in:
matlabbe
2017-02-04 18:28:43 -05:00
parent 5c44082c42
commit ce8bd9ac40
4 changed files with 140 additions and 27 deletions

View File

@@ -23,7 +23,7 @@
<property name="geometry">
<rect>
<x>0</x>
<y>-1504</y>
<y>-1643</y>
<width>773</width>
<height>2810</height>
</rect>
@@ -1107,8 +1107,11 @@ Guidelines: 4 times the voxel size, 0.025 for voxel=0.</string>
<layout class="QGridLayout" name="gridLayout_10" columnstretch="0,1">
<item row="8" column="0">
<widget class="QSpinBox" name="spinBox_mesh_minClusterSize">
<property name="minimum">
<number>-1</number>
</property>
<property name="maximum">
<number>999</number>
<number>99999</number>
</property>
</widget>
</item>
@@ -1261,7 +1264,7 @@ Guidelines: 4 times the voxel size, 0.025 for voxel=0.</string>
<item row="6" column="1">
<widget class="QLabel" name="label_meshDecimation_2">
<property name="text">
<string>Radius used to transfer color from original cloud to resampled reconstructed surface (e.g., Poisson or mesh decimation). Negative means disabled, 0 means take the nearest point.</string>
<string>Transferring color radius. Radius used to transfer color from original cloud to resampled reconstructed surface (e.g., Poisson or mesh decimation). Negative means disabled, 0 means take the nearest point.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
@@ -1317,7 +1320,7 @@ Guidelines: 4 times the voxel size, 0.025 for voxel=0.</string>
<item row="8" column="1">
<widget class="QLabel" name="label_16">
<property name="text">
<string>Minimum polygon cluster size.</string>
<string>Minimum polygon cluster size (-1 means that only the biggest cluster is kept).</string>
</property>
</widget>
</item>