How to compute Correlation of red- and green-channel pixel values of skin lesion area

2 次查看(过去 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

采纳的回答

Image Analyst
Image Analyst 2017-3-1
Did you try corr()?
coeff = corr(redChannel(:), greenChannel(:));
  4 个评论
Elias Unk
Elias Unk 2017-3-1
i do know they exist was just wondering if you have the formula cause i found 2 different ones to compute it and i mentioned them in my comment above.
Image Analyst
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 CenterFile Exchange 中查找有关 Image Segmentation and Analysis 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by