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

Non-rigid ICP #12

Merged
merged 2 commits into from
Aug 4, 2015
Merged

Non-rigid ICP #12

merged 2 commits into from
Aug 4, 2015

Conversation

jabooth
Copy link
Member

@jabooth jabooth commented Jun 18, 2015

Follows #10.

Adds an efficient implementation of Non-Rigid ICP to menpo3d.

TODO

  • documentation
  • further testing of this merged branch
  • decide where to expose the function (menpo3d.correspond ?)

@patricksnape
Copy link
Contributor

The only thing to consider here is suitesparse? Do we want to try and support suitesparse via conda? Especially since without it this is so slow?

@jabooth
Copy link
Member Author

jabooth commented Jun 22, 2015

@patricksnape we should add suitesparse, but we could bring this in as is and consider adding suitesparse to conda as a secondary goal? What's blocking on the conda ports you did, is it one platform?

@patricksnape
Copy link
Contributor

Suitesparse is an all round headache to be honest. It also relies on BLAS/LAPACK which is another huge issue about how we deal with ensuring that BLAS/LAPACK exists on the target machine - especially on Windows.

@jabooth
Copy link
Member Author

jabooth commented Aug 3, 2015

@menpobot test this please

@patricksnape
Copy link
Contributor

test this please

@jabooth
Copy link
Member Author

jabooth commented Aug 4, 2015

I think we should get this released - it can always be refined before the next major version of menpo3d.

@patricksnape
Copy link
Contributor

+1 Added an issue for SuiteSparse

@jabooth
Copy link
Member Author

jabooth commented Aug 4, 2015

Great.

jabooth added a commit that referenced this pull request Aug 4, 2015
@jabooth jabooth merged commit 31c0ffd into menpo:master Aug 4, 2015
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