필터 지우기
필터 지우기

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 CenterFile Exchange에서 Correlation and Convolution에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by