what is correlation analysis function in matlab

1 view (last 30 days)
Is there any function to analyse the correlation pixels in matlab?

Accepted Answer

Walter Roberson
Walter Roberson on 29 Dec 2013
corr(), corr2(), xcorr()

More Answers (1)

Image Analyst
Image Analyst on 29 Dec 2013
You can use xcorr2() or normxcorr2(). See demos attached in blue text below.

Community Treasure Hunt

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

Start Hunting!