how to retrieval the image from the data base ?

1 view (last 30 days)
hello sir, i want to retrieve the image from the database by taking some query image.i want to know the algorithm of the image retrieval by taking some query image.for image retrieval i did the following things. 1.extracted the features of the 1000 images by using color correlogram & i have saved this calculated feature. now i want to load this feature & calculate the euclidean of these 1000 images & arrange it in ascending order.the image who's disatance is less is more closer to our qurey image but i dont know how to do it.can anyone knows the algorithm steps of it(i don't know how to arrange the distances of 1000 images in ascending order& how to retrieve the image from the query image by calculating this distances ) . any help will be appreciated thanking you
  1 Comment
Amith Kamath
Amith Kamath on 4 Dec 2011
It would be easier for the community to solve your problems if you show exactly where you're stuck, and send the error messages you're getting as well.

Sign in to comment.

Answers (2)

Seema
Seema on 21 Mar 2012
Hi all I have the same problem too. I also want to retrieve the images from the database based on the euclidean distance.
Plz guide me with the steps to proceed. Thanks Seema

Sriharsha
Sriharsha on 21 Mar 2012
Apply Principal Component Analysis..(PCA)
Try to apply that algorithm..

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!