-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Point cloud crop using bounding box #6436
Comments
@itsgoodforyou2 The issue happens from creating bounding box with incorrect min_bound and max_bound. For a quick fix, you should just change min_bd and max_bd variable such that min_bd is smaller in each dimension against max_bd. @ssheorey Will it be ok if I add a PR for this? It will be my first PR in C++ side. Short Code to replicate above issue and further analysis:-
|
Thank you for your reply. |
Checklist
master
branch).My Question
Hello, I'm trying to crop the point cloud using the bounding box. However, it doesn't seem to work as well as the attached image. Is there something wrong?
After running line 332, the problem is that the number of point clouds is zero. And when I visualize, of course, none of the points come out.
pointcloud file format is ply.
Regards,
jihwan.
The text was updated successfully, but these errors were encountered: