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!