Open3D
Open3D copied to clipboard
Adding an angle constrained RANSAC function to find planes?
trafficstars
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).
Proposed new feature or change
Hi everyone
I was looking for a kind of constrained RANSAC that only finds planes with normals making a specific angle with a given reference vector and found this in Matlab. https://www.mathworks.com/help/vision/ref/pcfitplane.html
wanted to know if adding it to open3d would be a good idea or if there is an equivalent for that.
Cheers
References
there is a reference to it here: https://www.mathworks.com/help/vision/ref/pcfitplane.html
Additional information
No response