Correlation coefficient for image pixels
Show older comments
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
Answers (2)
Nitin
on 22 Jun 2013
0 votes
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 Comments
Image Analyst
on 23 Jun 2013
If it's encrypted, wouldn't the correlation be about 0? If not, it's not encrypted very well.
sa za
on 25 Jun 2013
Image Analyst
on 25 Jun 2013
I thought you were using corr2(). What's wrong with that?
sa za
on 27 Jun 2013
0 votes
Categories
Find more on Image Category Classification in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!