How to directly calculate GLCM correlation value etc of an image without plotting
2 ビュー (過去 30 日間)
古いコメントを表示
Usually the GLCM calculation algorithm will include graph plotting. I want to calculate the GLCM values including correlation, contrast, energy, etc directly without plotting the graph. Can anyone help?
0 件のコメント
回答 (1 件)
Image Analyst
2015 年 5 月 27 日
I don't remember graycomatrix() or graycoprops() doing any plotting. How are you seeing plotting?
2 件のコメント
Image Analyst
2015 年 5 月 28 日
Yes, so? Again, I don't see how they are plotting anything . Anything you want plotted you have to do it yourself with a separate function. If you don't want that then just don't call plot(), imshow() or whatever.
参考
カテゴリ
Help Center および File Exchange で Resizing and Reshaping Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!