필터 지우기
필터 지우기

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