Correlation coefficient for image pixels
이전 댓글 표시
I want to calculate the correlation coefficient for my image pixel(binary)and after that for my encrypted image. I know corr2 is for calculating the correlation coefficient for two images.
But is there a function for calculating the correlation coefficient for one image in matlab?Actually I want a number not a matrix
답변 (2개)
Nitin
2013년 6월 22일
0 개 추천
Hello, I am pretty sure corr2 returns a value , http://www.mathworks.com.au/help/images/ref/corr2.html
You need to compare with something to get a correlation coefficient, either with other images or other parts of your image
댓글 수: 4
Image Analyst
2013년 6월 23일
If it's encrypted, wouldn't the correlation be about 0? If not, it's not encrypted very well.
sa za
2013년 6월 25일
Image Analyst
2013년 6월 25일
I thought you were using corr2(). What's wrong with that?
카테고리
도움말 센터 및 File Exchange에서 Image Category Classification에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!