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

alignment API #66

Open
alisterburt opened this issue Feb 27, 2024 · 5 comments
Open

alignment API #66

alisterburt opened this issue Feb 27, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@alisterburt
Copy link
Member

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

@alisterburt alisterburt added the enhancement New feature or request label Feb 27, 2024
@alisterburt
Copy link
Member Author

grid search vs gradient descent style optimisation? both?

@shahpnmlab
Copy link

how about gradient desecent guided grid search? or vice versa?

@alisterburt
Copy link
Member Author

@shahpnmlab I'm not sure how that would work...

@rsanchezgarc
Copy link
Collaborator

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.

@rsanchezgarc
Copy link
Collaborator

@shahpnmlab I'm not sure how that would work...

Perhaps doing global search as grid search, and then local search as gradient descent? Or perhaps having interleaving steps of grid_search, local_search

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants