texture analysis in MATLAB

How to get the texture of the below image? Is it possible to use the obtained texture for comparing with other image's texture?

Answers (2)

Stalin Samuel
Stalin Samuel on 4 Apr 2015

3 Comments

I want to extract the texture of the above image. something like this
Well that's a totally different question and image than you first posted. Try adapthisteq() to flatten the image.
the textured image above is just an example image to show what i actually want to extract from my image

Sign in to comment.

Image Analyst
Image Analyst on 5 Apr 2015
The question is way too vague to answer in detail, but look into the functions rangefilt(), stdfilt(), entropyfilt() and graycomatrix().

Asked:

on 4 Apr 2015

Answered:

on 5 Apr 2015

Community Treasure Hunt

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

Start Hunting!