How can I extract GLCM features from a gray scale image?

How can I extract GLCM features from a gray scale image?

5 commentaires

check the command graycoprops
I have the GLCM function codes, but I dont know how can I use this code? I am new in MATLAB
ramin asadi
ramin asadi le 13 Jan 2016
Modifié(e) : ramin asadi le 13 Jan 2016
I have this function: [out] = GLCM_Features2(glcmin,pairs); I dont know how do I call my images and do this function in my code of call.
We have no idea what that function is, where you got it, and what the input arguments are supposed to represent. In general, you can use imread() to read in images. For multiple images, see the FAQ: http://matlab.wikia.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F
I have some images and GLCM function, how I can extract GLCM features from this images? the function is this: ''[out] = GLCM_Features2(glcmin,pairs)'' how do I call this function in a code for extracting the GLCM features? I am new in MATLAB.

Connectez-vous pour commenter.

 Réponse acceptée

Image Analyst
Image Analyst le 12 Jan 2016

0 votes

See attached glcm demo.

3 commentaires

@ Image Analyst.. Hi sir, Do you remember me. How are you?
Yes, not all the details but I do remember your icon. It's been a while. Welcome back - looking forward to your contributions.
Sure sir. I will do my best.

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by