-
Notifications
You must be signed in to change notification settings - Fork 88
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
Improvements for ellipse fitting #66
Conversation
* added doc * init() -> private and used inside setParameters() * inclass member initialization with default ctor
Actually I'm working with @lcalvet on the dataset evaluation so that we can assure that none of the changes here has affected the quality of results. |
Full comparisons of this branch against develop have been performed, namely:
|
report.pdf |
It introduces some checks that avoid fitting an ellipse if there are less than 5 points.
Also it introduces unit testing with boost Test
connected to #65