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

Automatic image registration #14

Open
sumanthratna opened this issue Jun 12, 2020 · 2 comments
Open

Automatic image registration #14

sumanthratna opened this issue Jun 12, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@sumanthratna
Copy link
Owner

The DH mask that @jlevy44 sent me seems to be misaligned by a few pixels from its corresponding image. We could add a CLI feature flag to use MixMatch to register before rendering, or we could use https://github.com/BrancoLab/imgreg2D.

@sumanthratna sumanthratna added the enhancement New feature or request label Jun 12, 2020
@jlevy44
Copy link
Collaborator

jlevy44 commented Jun 14, 2020

I like the mixmatch idea, we definitely need to patch that repo to get it fully functional.

@sumanthratna
Copy link
Owner Author

sumanthratna commented Jun 14, 2020

Great! Given two images, is there a way to estimate which of the 6 transforms will work best? This would be a nice feature to have, but on the other hand, I'm not sure if this is worth the performance decrease.

If this doesn't work out, we can just make the CLI option a choice of ['none', 'affine', 'bspline', ...]

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

2 participants