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!