How does vtk use point cloud clustering algorithm
I would like to be able to cluster point clouds in C#, unfortunately, PCL does not support C#. I know that C# can use VTK, so I wonder if it is possible to cluster point clouds with VTK, but I don't know if it is possible. Hope someone can give me some advice. Thanks in advance!
I've tried using Euclidean clustering in VTK, but it doesn't work very well. I hope to combine C# and VTK to realize the reg开发者_C百科ion growing algorithm, or other point cloud segmentation algorithms, as long as it can be used by C#
精彩评论