Skip to content

Subtract voxelgrids? #3610

Answered by ssheorey
Ademord asked this question in Q&A
Jun 18, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @Ademord you will need the extrinsic matrix (rotation+translation) between the two camera poses. You can use RGBD odometry to calculate that, as long as the two camera poses are very similar. If they are quite different, you will need to do camera calibration (i.e. using a checkerboard or another target).

With that, you can transform the 2nd point cloud to the reference frame of the first point cloud. To find "new" points, you would need to check if each new voxel for presence in the old voxel grid.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Ademord
Comment options

Answer selected by Ademord
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3609 on June 18, 2021 21:21.