pcmerge() - Any way to find the indexes that were merged
3 views (last 30 days)
Show older comments
MATLAB 2015b has a function pcmerge(). It takes pointclouds A and B and tries to merge them based on the proximity. It returns the merged pointcloud. I am interested in knowing which indices from A and B were matched and merged together. I cant find any info on this.. Is there a way to find these indices rather than manually searching it based on the merged pointcloud? It will take extremely long for such an approach if the pointclouds are too big.
0 Comments
Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!