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!