Open jni opened 9 years ago
Code by @msarahan
https://github.com/scikit-image/scikit-image/blob/master/skimage/feature/register_translation.py#L109
Nice use of FFT to speed up computation.
For the book, we would remove the upsampling and only accept real-space images, which would simplify the code dramatically.
Thanks. This would be an honor. I hope you'll take some credit for your suggestions in making it n-D.
Code by @msarahan
https://github.com/scikit-image/scikit-image/blob/master/skimage/feature/register_translation.py#L109
Nice use of FFT to speed up computation.
For the book, we would remove the upsampling and only accept real-space images, which would simplify the code dramatically.