-
Notifications
You must be signed in to change notification settings - Fork 3
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 alignment service #313
Conversation
This will likely need to be run jointly with segmentation, as the segmentation templates currently have 'burned-in' color boxes and that needs to be excluded somehow prior to alignment |
Running alongside segmentation now, needs more aggressive filtering to pass tests as some of the test files are very small and don't have enough distinguishing features to properly do image homography |
bbf68e3
to
d4a2d79
Compare
two issues so far-
|
|
Thanks Andrew! |
Description
Implement the alignment service. This can now be accessed through the
ImageAlignment.align
method and supports two backends (four-point alignment and image homography)Screenshots (if applicable)
Related Issues
#226
Checklist