Image processing: moving window correlation between two image

4 ビュー (過去 30 日間)
YongHyun
YongHyun 2016 年 5 月 2 日
回答済み: CS Researcher 2016 年 5 月 2 日
Dear all, I have two images and I want to calculate the correlation coefficient between two images (not whole images). I mean the correlation coefficient within moving windows and this also called convolution technique. Thank you in advance.

回答 (1 件)

CS Researcher
CS Researcher 2016 年 5 月 2 日
Try this:
correlation_coefficient = corr2(A,B); % A and B are sub-images of the original images

カテゴリ

Help Center および File ExchangeCorrelation and Convolution についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by