Image processing: moving window correlation between two image
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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.
0 Commenti
Risposte (1)
CS Researcher
il 2 Mag 2016
Try this:
correlation_coefficient = corr2(A,B); % A and B are sub-images of the original images
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!