Skip to content

thomaskleiven/Image-Processing-Computer-Vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image-Processing-Computer-Vision

An algorithm for Content Based Image Retrieval (CBIR) with Wavelet features. The system takes in a query image and tries to find the most 'semantically similar' images in a database of images. The CBIR system uses Discrete Wavelet Transform to generate a core image feature representation in order to compare images.

First, build the database and store all the obtained image feature vectors in a KD-tree:

python3 buildDatabase.py ./path_to_images

Subsequently, query the obtained database by running:

python3 query.py ./path_to_image

Example

python3 buildDatabase.py ./images
python3 query.py ./query-horse.jpg

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages