Open3D
Open3D copied to clipboard
how can i get the corresponding coordinate after get_oriented_bounding_box()
Checklist
- [X] I have searched for similar issues.
- [X] For Python issues, I have tested with the latest development wheel.
- [X] I have checked the release documentation and the latest documentation (for
masterbranch).
My Question
hi, i can't find a way to sovle my problem though i tried read the doc,please help
Have you tried open3d.geometry.OrientedBoundingBox.get_box_points?