Correlation between two images ..
Ältere Kommentare anzeigen
I am doing a project on steganography . I have been asked to calculate the correlation between stego image and real image . plz someone can help me with the code of correlation ,,, plz .
Akzeptierte Antwort
Weitere Antworten (1)
Youssef Khmou
am 29 Nov. 2014
if you mean correlation coefficient, you can program manually the function or use corr2 :
corr2(A,B); % returns a scalar
Kategorien
Mehr zu Image Quality finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!