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!