pcsegdist speed comparing with C++ pcl EuclideanClusterExtraction
2 次查看(过去 30 天)
显示 更早的评论
i am processing pointcloud(about 60000 points) for object detection ,i tried my demo on matlab and found pcsegdist finished clustering with 6 segments for about 20ms. then i implement my demo on C++, i used EuclideanClusterExtraction to segment the same pointcloud ,and it takes 120ms to finish.id wonder why and how to speed up EuclideanClusterExtraction to 20ms level.
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!