what are suitable texture features for these images

2 次查看(过去 30 天)
dear i have these images and i want to recognition between them based on texture features [density of yellow color]
can any one suggest for me a single value texture feature ??

回答(1 个)

Image Analyst
Image Analyst 2014-3-22
编辑:Image Analyst 2014-3-22
First of all, you need to use crossed polarizers to get rid of the white specular reflections.
Next, I don't see how "density of yellow" is a texture feature. It's more of a color/intensity/radiometric quantity since it's the wavelength/spectrum of light rather than a spatial variation.
What I'd probably do for a start is to compute two classes: reddish, and yellowish/greenish. Look at the color gamut in HSV color space, looking down along the V axis:
You can see how the yellowish/greenish pixels are separated from the reddish/purplish pixels. I'd calculate the total number of pixels for each color class as well as the area fraction for each color class. I'd also give the mean LAB color of each, and if you have a "true/nominal/reference" color then I'd give the delta E (the "color difference" between the actual object and it's reference color. See my delta E demo in my File Exchange. Also, see my "Color detection by hue" full demo in my File Exchange: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
  9 个评论
Image Analyst
Image Analyst 2014-3-22
OK. I prefer to remain anonymous, though some people know who I am (like people at the Mathworks and some others). If it works after you test it, then please mark my Answer as "Accepted."
mangood UK
mangood UK 2014-3-22
编辑:mangood UK 2014-3-22
as you like Image Analyst
have a nice day
regards

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Image Processing Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by