How to directly calculate GLCM correlation value etc of an image without plotting
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Image Analyst
el 27 de Mayo de 2015
I don't remember graycomatrix() or graycoprops() doing any plotting. How are you seeing plotting?
2 comentarios
Image Analyst
el 28 de Mayo de 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.
Ver también
Categorías
Más información sobre Resizing and Reshaping Matrices en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!