Error using corr function while finding the correlation of image in matlab
Mostrar comentarios más antiguos
I Keep getting the same Error while finding the correlation of image in matlab using corr function ??? Attempted to access CORR.;ell. any help would be appreciated thanking you
2 comentarios
Walter Roberson
el 5 de Oct. de 2011
It seems unlikely that that is complete and exact error message. Please copy and paste the complete error traceback.
ganesh s
el 5 de Oct. de 2011
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 5 de Oct. de 2011
0 votos
You probably want normxcorr2(), or less likely xcorr2(). You're trying to roll your own and messing up.
Categorías
Más información sobre Image Segmentation and Analysis 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!