How to directly calculate GLCM correlation value etc of an image without plotting
2 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Image Analyst
on 27 May 2015
I don't remember graycomatrix() or graycoprops() doing any plotting. How are you seeing plotting?
2 Comments
Image Analyst
on 28 May 2015
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.
See Also
Categories
Find more on Resizing and Reshaping Matrices in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!