Correlation between two images ..
显示 更早的评论
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 .
采纳的回答
更多回答(1 个)
Youssef Khmou
2014-11-29
if you mean correlation coefficient, you can program manually the function or use corr2 :
corr2(A,B); % returns a scalar
类别
在 帮助中心 和 File Exchange 中查找有关 Image Quality 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!