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

Implement the Jurie-Dhôme optimization problem with homographies #3

Closed
jmbuena opened this issue Nov 16, 2016 · 1 comment
Closed

Comments

@jmbuena
Copy link
Owner

jmbuena commented Nov 16, 2016

This algorithm is an Inverse Compositional one that learns the pseudoinverse of the Jacobian instead of computing it as the pseudo inverse of the analytic Jacobian.

The implementation should:

  • Have a new derived class from OptimizationProblem called, for example, JurieInvCompProblem.py
    which takes the training image(s) in the constructor and learn the Jacobian pseudoinverse (and the Jacobian?)
  • Make a new test script code/jurie.py (here the training image(s) should be passed to the new optimization problem).
@jmbuena
Copy link
Owner Author

jmbuena commented Jan 8, 2018

Closes by commit 2b91638

@jmbuena jmbuena closed this as completed Jan 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant