Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A Python implementation of a Content Based Image Retrieval (CBIR) system, in which color and texture features are used for image matching and comparison.

Notifications You must be signed in to change notification settings

petarTrifunovic98/python-CBIR-system

Repository files navigation

python-CBIR-system

A Python implementation of a Content Based Image Retrieval (CBIR) system, in which color and texture features are used for image matching and comparison.

Install the necessary libraries using the following commands:

pip3 install -U scikit-image

pip3 install redis

pip3 install opencv-contrib-python

pip3 install opencv-python

Read the user manual from the "Documentation" directory.

About

A Python implementation of a Content Based Image Retrieval (CBIR) system, in which color and texture features are used for image matching and comparison.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages