auto image registration takes too long
Mostrar comentarios más antiguos
What: I have a reference image R. I want to align my other images based on R. The images have the same size, shape (rectangular), and color (gray scale).
Problem: I have tried using imregister() and imregcorr(), both in a for loop, where each time, I read an image, apply the function, and then imwrite() the result to the same image path. This process is taking around 1 minute per image, which I aim to improve.
Notes: I have read both documentations and made sure that my images are gray-scale and of type single before registering. The main difference between R and other images are just rotation and lighting (to align with R, the other images usually have to flip 90 or 180 degrees)
What you can help with: How can I speed up the alignment process? I am looking to perform a faster image auto-alignment. Help is appreciated.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Geometric Transformation and Image Registration en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!