ExportClouds: set minimum K (for normal estimation) to 3. Also added a check if the created cloud is empty.

This commit is contained in:
matlabbe
2016-10-31 11:29:07 -04:00
parent e3c290269b
commit 2529952982
2 changed files with 51 additions and 48 deletions

View File

@@ -34,7 +34,7 @@
<item row="3" column="0">
<widget class="QSpinBox" name="spinBox_normalKSearch">
<property name="minimum">
<number>0</number>
<number>3</number>
</property>
<property name="value">
<number>20</number>