-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
Implementation of the L-Algorithm #1744
Conversation
/builddoc |
The documentation is built. It will be available, after a few minutes, here: https://dgtal-team.github.io/doc-pr/pr1744/index.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, just minor comments
src/DGtal/geometry/surfaces/estimation/PlaneProbingLNeighborhood.h
Outdated
Show resolved
Hide resolved
src/DGtal/geometry/surfaces/estimation/PlaneProbingLNeighborhood.h
Outdated
Show resolved
Hide resolved
@dcoeurjo should be fine now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, merging
PR Description
Implementation of the L-Algorithm. We've followed the design of previous versions of plane-probing algorithms. We've generalized several existing methods (e.g. closestPointInList, relativePoint, aboslutePoint) to make them work with slightly different data structures needed in our implementation of the L-Algorithm.
Checklist