How to perform image registration on GPU

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)

Matt J
Matt J le 29 Oct 2020
Modifié(e) : Matt J le 29 Oct 2020

0 votes

If you only need to register translation, you can use normxcorr2() which is GPU-supported

Catégories

Modifié(e) :

le 29 Oct 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by