How to compute Correlation of red- and green-channel pixel values of skin lesion area
1 回表示 (過去 30 日間)
古いコメントを表示
I need to compute six correlation coefficients (red-green, green-blue, blue-red, red-grey, green-grey, and blue-grey) for both the whole sub-image and the lesion area respectively,one example shall do it for the 6 as of the same logic shall be applied,as well as calculating the Energy based on color extraction not texture or regionprops one(R,G,B,Gray) but one color space example shall do.. thanks
0 件のコメント
採用された回答
Image Analyst
2017 年 3 月 1 日
Did you try corr()?
coeff = corr(redChannel(:), greenChannel(:));
4 件のコメント
Image Analyst
2017 年 3 月 1 日
Use histogram() or histcounts() to get "Prob" in the first formula.
For the second formula, I have no idea whatsoever what "details" is.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Segmentation and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!