Skip to content
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

[ADD] Add Ellipsoid geometrical model with its Ransac Implementation #359

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RiccardoBiondi
Copy link

Description

The geometrical model and the ranscac modules are very usefull to fit different object to a point cloud even in very noisy case.
However the geometrical shapes that implemented up to now are only two: Palane and Sphere.
I have implemented an ellipsoid model and its ransac version.

The fitting algorithm is the least suqares, both to fit all the points in the cloud and a subset of them.
The minimum number of non complanar points to perform the fit is 11.

References

least squares fitting for the ellipsoid : https://github.com/aleksandrbazhin/ellipsoid_fit_python

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant