Turboreg is also good: Paper: http://bigwww.epfl.ch/publications/thevenaz9801.html Python implementation: https://pypi.org/project/pystackreg/
Accurate Image Alignment and Registration Using OpenCV
31–35 of 35 posts
Re: Accurate Image Alignment and Registration Using OpenCV
#32Earlier quoted context omitted.
Direct methods could be useful in your case. https://pages.cs.wisc.edu/~dyer/ai-qual/irani-visalg00.pdf
At work I had to make a custom image registration pipeline, that uses only 2 degrees of freedom, so just x,y translation. OpenCV did not have anything that did this, but a python library called Kornia does this well. https://kornia-tutorials.readthedocs.io/en/latest/image_regi...
It can do dense translation, translation + rotation, Affine, and Homography alignment; I've used it in the past to do sub-pixel Aruco/AprilTag alignment (and I'd probably also use it for astrophotography).
Re: Accurate Image Alignment and Registration Using OpenCV
#33Earlier quoted context omitted.
Yes, I believe Google's team publicly says it helps add just enough random translation.
Do camera phones have mechanical shutters? I'm almost certain they don't.