Skip to content

How to delete duplicate or corresponding point from 2 point cloud files? #6014

Closed Answered by xleEmesent
kartikanrp asked this question in Q&A
Discussion options

You must be logged in to vote

You probably can try to compute the cloud to cloud distance first. Then discard any points having distance than some threshold such as less than 0.01. Open3d has similar example for it. http://www.open3d.org/docs/latest/tutorial/geometry/pointcloud.html#Point-cloud-distance

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@xleEmesent
Comment options

Answer selected by kartikanrp
@kartikanrp
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
3 participants
Converted from issue

This discussion was converted from issue #6013 on March 20, 2023 06:50.