How to directly calculate GLCM correlation value etc of an image without plotting
1 次查看(过去 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!