tile-based image registration
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Dear all
I have 15 different images of the same scene, I've divide each image using mat2cell. I would like to estimate shift between reference and the image to be registered, cell by cell. What should I do
Thank you very much
0 comentarios
Respuestas (2)
Nitin
el 12 de Mzo. de 2014
You might find it useful to estimate the srt transformation using surf. Have a look at the examples on this page
0 comentarios
Image Analyst
el 12 de Mzo. de 2014
Why not just use the imregister() built in to the Image Processing Toolbox?
2 comentarios
Image Analyst
el 13 de Mzo. de 2014
No, sorry. Are you sure there is a better registration possible? Were you able to do better through manual shifting of the image? And imregister just never happened to find the same shift as you did manually?
Ver también
Categorías
Más información sobre Geometric Transformation and Image Registration en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!