What's the best color model to extract texture features from?

2 views (last 30 days)
Just like L*a*b is the best color model to extract color features from images because it matches human color perspective,what is the best color model to extract GLCM texture features from and why

Accepted Answer

Image Analyst
Image Analyst on 22 Jun 2017
The best color model currently is, arguably, CIECAM02 : https://en.wikipedia.org/wiki/CIECAM02
but I don't think it deals with textures. For texture you could try Haralick texture or Laws texture. Do a little psychophysical study on your particular images to see how well they correlate with your subjects. https://en.wikipedia.org/wiki/Image_texture
  1 Comment
Elias Unk
Elias Unk on 22 Jun 2017
I see,guess i'll have to test a few after i'm done with the testing/training process.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!