matejak / imreg_dft

Image registration using discrete Fourier transform.
Other
243 stars 68 forks source link

Consider second pass imreg #1

Closed matejak closed 9 years ago

matejak commented 9 years ago

If the common area of two images is determined after the first pass, perform the second pass on the truncated images containing that common area. The results could be somewhat better and it could be quite fast since the images would be smaller. Resampling for sub-pixel resolution could also be an option here.