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!