Merging Multiple Point Clouds
Show older comments
I am trying to create a full human body model in 3D. I have the point cloud data of the front side and back side. How can I merge them into one final human body model.
I tried pcmerge() but I did not obtain a good result using it. Can anyone offer any suggestion for the merging process?

Answers (1)
Gaurav Garg
on 18 Sep 2020
0 votes
Hi Tony,
You should either register the two point clouds, or stitch the sequence of them. You can know more about stiching and registering point clouds here.
3 Comments
Tony Albitar
on 18 Sep 2020
Gaurav Garg
on 18 Sep 2020
What results do pcmerge() give and what exactly are you trying to achieve?
Tony Albitar
on 18 Sep 2020
Categories
Find more on Point Cloud Processing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!