Combining .pcd files
Show older comments
Hello! I'm trying to stitch (hope that's the right word) together several (>20) .pcd files together from a program called Blensor.
From what I understand, the .pcd format assumes an origin and then plots offset XYZ (and RGB values) relative to an arbitrary origin. So in order to get around this, I exported the motion (deltaX, deltaY, deltaZ) of the camera object that generates the data.
Now, I'm left with around 20 .pcd files bound to an arbitrarily positioned origin, and I need to use the offset values that I've gotten from the motion file, and somehow set that as the origin of each individual point cloud and then combine them.
All coordinates are cartesian (X,Y,Z), and assumed to be metric. Can anyone help me?
2 Comments
Kevin Gleason
on 14 Mar 2017
Having never used blensor, what is the contents of each individual PCD file? Also what does a PCD image (exported as link below) give you, and what would the stitched together example look like?
Looking for a bigger picture example so I don't answer the wrong question
Andrew Schroeder
on 10 Apr 2017
Answers (0)
Categories
Find more on Point Cloud Processing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!