-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
python sample code for aligning point clouds of an object captured from different angles #1941
Comments
Hi! You should have a least ~75% of overlapping between two captures to get a good reconstruction. |
opencv_contrib/rgbd also has some useful algorithms for point-cloud alignment. |
@dorodnic would that be kinecfusion.? All the code is in c++ in that lib. Is there a simple rule for wrapping ? |
I personally tried odometry_evaluation that accepts two RGBD images and calculates the transformation between them (using either ICP or other methods). |
Thank you all for the answers. @baptiste-mnh is there a ready api in open3d which can detect that the overlap is less than 75% and therefore suboptimal? |
[Realsense Customer Engineering Team Comment] Are you able to have the implementation according to @baptiste-mnh's and @dorodnic's suggestions? |
Another team member will move forward with this. Will get back to this forum if there are questions. |
[Realsense Customer Engineering Team Comment] I will close this first. If any further question, you still can re-open or create another ticket. |
Hi most of the sample code is in c++. I am working with python. Is there a python sample code available for aligning point clouds captured at different angles into one coherent point-cloud?
Associated question (I am a newby in point cloud work) - In general how many capture angles does one need to create a good quality 3D view?
The text was updated successfully, but these errors were encountered: