How to perform image registration on GPU
Show older comments
imregister does not support GPU unfortunately. Are there any workarounds? I have hundreds of millions of images to register and any little acceleration will be significant. These images should at least be translationally registered. Rotations, resize and deformations can be ignored if necessary.
Answers (1)
If you only need to register translation, you can use normxcorr2() which is GPU-supported
Categories
Find more on Geometric Transformation and Image Registration in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!