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

simplification of Conic parameter calculation #26

Merged
merged 2 commits into from
May 11, 2021
Merged

Conversation

bpetruzzo
Copy link

calculation of parameters A-F of the general implicit form of the conic can be simplified (see linked Wikipedia): new version are the old parameters multiplied by a²b² (which doesn't change the conic) and D,E,F can make use of previously calculated A,B,C.

Copy link
Contributor

@papr papr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution!

@papr papr merged commit 9c38496 into master May 11, 2021
@papr papr deleted the conic_simplification branch May 11, 2021 12:35
papr added a commit to pupil-labs/pupil that referenced this pull request May 11, 2021
pye3d v0.0.7 includes the following improvements
- Simplification of `Conic` parameter calculation - [#26](pupil-labs/pye3d-detector#26)
- Incremental performance improvements - [#27](pupil-labs/pye3d-detector#27)
- Correctly apply corneal-refraction correction to `diameter_3d` result - [#28](pupil-labs/pye3d-detector#28)
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

2 participants