How to perform image registration on GPU
Afficher commentaires plus anciens
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.
Réponses (1)
If you only need to register translation, you can use normxcorr2() which is GPU-supported
Catégories
En savoir plus sur Geometric Transformation and Image Registration dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!