How to perform image registration on GPU

5 visualizaciones (últimos 30 días)
埃博拉酱
埃博拉酱 el 29 de Oct. de 2020
Editada: Matt J el 29 de Oct. de 2020
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.

Respuestas (1)

Matt J
Matt J el 29 de Oct. de 2020
Editada: Matt J el 29 de Oct. de 2020
If you only need to register translation, you can use normxcorr2() which is GPU-supported

Categorías

Más información sobre Geometric Transformation and Image Registration en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by