Combining .pcd files
Mostrar comentarios más antiguos
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 comentarios
Kevin Gleason
el 14 de Mzo. de 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
el 10 de Abr. de 2017
Respuestas (0)
Categorías
Más información sobre Point Cloud Processing en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!