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

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

5 Comments

I have the GLCM function codes, but I dont know how can I use this code? I am new in MATLAB
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.

Sign in to comment.

 Accepted Answer

See attached glcm demo.

3 Comments

@ 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.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!