how to calculate the glcm features variance, dissimilarity, Inverse difference and sum of variance
6 次查看(过去 30 天)
显示 更早的评论
Hi
I am able to extract the 4 features from the image using graycomatrix(). But i wanted to extract all possible fetures from the image. How can i do this. Pls help. Any help is appreciated.
0 个评论
回答(1 个)
Prateek Rai
2021-10-8
To my understanding, you want to extract all possible features using gray-level co-occurrence matrix from the image.
You can use "graycoprops" function to calculate the statistics from the gray-level co-occurrence matrix glcm.
You can also refer to graycoprops MathWorks documentation page to learn more on graycoprops function.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!