We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c95c01 commit 1902f16Copy full SHA for 1902f16
src/gh/components/DF_scan_segmentation/code.py
@@ -3,7 +3,7 @@
3
import diffCheck.df_geometries as df_geo
4
import diffCheck.diffcheck_bindings as df_bindings
5
6
-def main(model, voxel_size, normal_threshold, min_cluster_size):
+def main(model, voxel_size, normal_threshold, min_cluster_size, knn_neighborhood_size):
7
a = []
8
df_scan = df_cvt.cvt_rhcloud_2_dfcloud(scan)
9
res = df_bindings.dfb_segmentation.DFSegmentation.segmentation_point_cloud(df_scan, voxel_size, normal_threshold, min_cluster_size, false, 10, knn_neighborhood_size)
0 commit comments