Haralik features : Maximal Correlation Coefficient
古いコメントを表示
Hi Guys, I am working on haralik features and so far I managed to find all the 13 features except for Maximal Correlation Coefficient, that should be calculated as:

I've already define the px and py:
p_x(i,k) = p_x(i,k) + glcm(i,j,k);
p_y(i,k) = p_y(i,k) + glcm(j,i,k);
p(i,j)=glcm(i,j,k)
I ahve 4 offsets
thank u in advance for ur comments
2 件のコメント
Image Analyst
2022 年 4 月 10 日
What are Q, p, px, and py? Which is your image? How did you get the glcm array? How does your equation compute Q(i, j)?
Hend Abouche
2022 年 4 月 10 日
編集済み: Hend Abouche
2022 年 4 月 10 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Image Category Classification についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!