Hi
please, any one help me to solve my problem:
I am working now in trademark image retrieval system , now I was prepared my database space (i.e I compute more than one color features like color histogram , Mean Color, moment set ...), and I was used the distance measures to retrieve the images which are similar to the query image and I get a good result, I apply this procedure on 1000 trademark images. the Retrieval process take a long time, in order to speed the image retrieval in short time (in future I must apply my project on more than 10000 images) I must indexing the database space (features vector database). As you now their are many data structures for indexing like tree(Recursive Partitioning method) and their family like (Quad-trees, kd-tree, R*-tree, TV-tree, Vp_tree, B+-tree, grid file....) some of this technique are not suitable for Higher-multidimensional space(color histogram where is multidimensional space). Now who can I chose the suitable one for image retrieval ? and how can I implemented it in matlab ?
thanks