Correlation coefficient for image pixels

12 次查看(过去 30 天)
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
Nitin 2013-6-22
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 个评论
sa za
sa za 2013-6-25
hi.yes.correlation should be about 0.but how can I get this correlation ?
Image Analyst
Image Analyst 2013-6-25
I thought you were using corr2(). What's wrong with that?

请先登录,再进行评论。


sa za
sa za 2013-6-27
I can not use corr2 because corr2 working for two image but I want to get correlation coefficient for one image could I divide my image in 2 parts and then use corr2?

类别

Help CenterFile Exchange 中查找有关 Image Processing and Computer Vision 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by