how to calculate the glcm features variance, dissimilarity, Inverse difference and sum of variance
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Prateek Rai
el 8 de Oct. de 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 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!