Combining .pcd files
显示 更早的评论
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 个评论
Kevin Gleason
2017-3-14
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
2017-4-10
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Point Cloud Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!