texture analysis in MATLAB

2 views (last 30 days)
AFFY
AFFY on 4 Apr 2015
Answered: Image Analyst on 5 Apr 2015
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
Image Analyst
Image Analyst on 4 Apr 2015
Well that's a totally different question and image than you first posted. Try adapthisteq() to flatten the image.
AFFY
AFFY on 5 Apr 2015
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().

Community Treasure Hunt

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

Start Hunting!