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

Delaunay triangulation and piecewise-affine Registriation #422

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

BSeppke
Copy link
Contributor

@BSeppke BSeppke commented Sep 22, 2017

To finish my point-pairs based registration algorithm contribution, I'd like to add this code to the master. The idea behind the piecewise-affine registration is that the point sets are first delaunay triangulated. Then, the contents of each triangle in the source image is transformed using an affine transformation to the target triangle. Since the delaunay triangulation uses LEMON, both - the delaunay triangulation as well as the piecewise-affine registration need (and check for!) the WITH_LEMON condition.
A test is also included by means of an extension to the registration/test.cxx test.

Best wishes,
Benjamin

BSeppke and others added 5 commits February 22, 2016 11:50
Always set `VIGRA_CONFIGURATION` to `CMAKE_CFG_INTDIR`. This amounts to
it being `Release`, `Debug`, or `.`. The latter occurring in the NMake
case. The result being that we always check a valid directory. To make
sure the `run_test.bat` script is reasonable. Make sure the `.` case is
explained to the user as the `Release` case as it would have been
before.
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.

2 participants