-
Notifications
You must be signed in to change notification settings - Fork 5
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
alignment API #66
Comments
grid search vs gradient descent style optimisation? both? |
how about gradient desecent guided grid search? or vice versa? |
@shahpnmlab I'm not sure how that would work... |
I have my own repository for a prototype of projection matching in 2D using libtilt. Happy to share it once it is a bit cleaner. We could use it as a prototype before implementing other stuff. Extending it to 3D should be trivial. |
Perhaps doing global search as grid search, and then local search as gradient descent? Or perhaps having interleaving steps of grid_search, local_search |
Do we want a simple, general purpos rigid body image alignment API? Feels like it would be a useful thing to have in the toolbox
cc @McHaillet
The text was updated successfully, but these errors were encountered: