Skip to content

dheerubhai-101/Image-Search-Engine

Repository files navigation

Image-Search-Engine

This engine finds similar images from a bunch of images and output the images most similar to the queried image.

I used calcHist function in OpenCV to extract the colour histogram of images. Then I utilized two OpenCV similarity functions using Correlation Test and Bhattacharya Distance to compare the histograms of dataset with queried image. Based on the similarity features inquired from histograms, the similar images are short-listed.

image

Query Image

sp6

Results

Figure 2023-02-01 164935 (0) Figure 2023-02-01 164935 (3) Figure 2023-02-01 164935 (7) Figure 2023-02-01 164935 (8) Figure 2023-02-01 164935 (10) Figure 2023-02-01 164935 (11)

Histograms

Figure 2023-02-01 164935 (1) Figure 2023-02-01 164935 (5) Figure 2023-02-01 164935 (9)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages