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!