How to fuse color and texture features for image retrieval

1 view (last 30 days)
Dear Team,
Kindly request you to clarify my doubt on Content based image retrieval. I've extracted color features from an image using color histogram and used Euclidean distance for calculating the distance between query image and database images. This went on fine and the images were retrieved.
Similarly, I've used GLCM for extracting texture features and i used euclidean distance for calculating similarity measure.This again went on fine. My doubt here is how do i combine this color and texture features of an image? Is there any algorithm to be followed for fusion of two different features of an image? If so,how do i go ahead in fusing this color and texture features? Please explain? Any reference papers would be of much helpful.
Size of extracted color feature of an image = 128 x 128 double Size of extracted texture feature of an image = 1 x 4 double
Thank you.
Malini

Answers (1)

Image Analyst
Image Analyst on 8 Dec 2013

Community Treasure Hunt

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

Start Hunting!