Error using corr function while finding the correlation of image in matlab
이전 댓글 표시
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
Walter Roberson
2011년 10월 5일
It seems unlikely that that is complete and exact error message. Please copy and paste the complete error traceback.
ganesh s
2011년 10월 5일
채택된 답변
추가 답변 (1개)
Image Analyst
2011년 10월 5일
0 개 추천
You probably want normxcorr2(), or less likely xcorr2(). You're trying to roll your own and messing up.
카테고리
도움말 센터 및 File Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!