This is my Entropy calculation from glcm matrix
but the result is
the entropy formula i used here is correct ?

 채택된 답변

Image Analyst
Image Analyst 2019년 2월 6일

0 개 추천

I believe you can use the built-in graycoprops() to get that value.

댓글 수: 5

Vincy Y
Vincy Y 2019년 2월 7일
Thank you sir/Madam, but i have matlab R2009b, the graycoprobs() only return 4 features(energy,correlation contrast, homogeneity. So i need a code using for loop to calculate entropy without using built-in functions.
Image Analyst
Image Analyst 2019년 2월 10일
Use entropyfilt() or entropy().
REHAN AHMAD
REHAN AHMAD 2020년 3월 28일
how to calculate GLCM feature correlationmatlab
ARCHANA KUMARI
ARCHANA KUMARI 2020년 4월 23일
What is your project topic?
Image Analyst
Image Analyst 2024년 3월 4일
Since you say you must have it without using built-in functions, then it must be your homework and I'm sure your professor would not allow anyone turning in my/our code as their own. Anyway, since it's been 4 years, I'm sure it's already been done and turned in. For others who want a demo on how to compute the gray level cooccurrence matrix using the built-in function, see attached m-file.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Luis Frauca Trasobares
Luis Frauca Trasobares 2024년 3월 4일

0 개 추천

If you have your GLCM matrix correct ( you can use graycomatrix), next step is to normalized that matrix, and after that you can do your calculus or formula-code that you showed here.
Also take care of the 0 values because if you put them in the log it will be problematic (add eps to the log to solve this or control your grey levels without zero level, for example).

질문:

2019년 2월 6일

댓글:

2024년 3월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by