How to directly calculate GLCM correlation value etc of an image without plotting

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?

Answers (1)

I don't remember graycomatrix() or graycoprops() doing any plotting. How are you seeing plotting?

2 Comments

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.

Sign in to comment.

Tags

Asked:

on 27 May 2015

Commented:

on 28 May 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!