pcsegdist speed comparing with C++ pcl EuclideanClusterExtraction
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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.
3 Commenti
Risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!