-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Isabelle Eysseric edited this page Sep 10, 2024
·
19 revisions
Development of an image search engine that allows to extract from an image database, the most similar images (visual similarity) to a reference image.
In this work, I develop a technique based on color attributes to characterize images. This technique consists of calculating the histogram in order to have information relating to the frequency distribution of the colors of the image. The histogram is calculated for each of the images in the database. Once these images are characterized by their histograms, I use the Euclidean distance to measure the degree of similarity between them.
- Image search scenario
- Representation of an image
- Weighted color histogram
- Quantification
- Similarity measurement between images
- Select a target directory to index
- Execute the indexing
- Select a query image
- Choose the target directory to search
- Execute the search
- Display the most similar images in order