how to calculate the glcm features variance, dissimilarity, Inverse difference and sum of variance
6 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Prateek Rai
on 8 Oct 2021
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 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!