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

exporting transformation matrix #60

Open
EdoDImp opened this issue May 24, 2022 · 1 comment
Open

exporting transformation matrix #60

EdoDImp opened this issue May 24, 2022 · 1 comment

Comments

@EdoDImp
Copy link

EdoDImp commented May 24, 2022

Hi, after running SIFT alignment using only translations, is there a way to save the alignments to apply them directly to another stack? I am not able to extract this info from the log file and parse it in a way that I can then easily apply to a new stack. Many thanks in advance.

@acardona
Copy link
Collaborator

Hi @EdoDImp, are you running this from a plugin, or from some code you've written? Each Translation2D transform can be trivially exported and reapplied. The plugin hides all that, but if you were to run it from a short script, you'd have access to all the internals. See e.g., Image Registration and also Feature extraction with SIFT: translation transform

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

No branches or pull requests

2 participants