Skip to content
This repository has been archived by the owner on May 14, 2023. It is now read-only.
/ PyCBIR Public archive

Content-Based Image Retrieval (CBIR) library built on Python

License

Notifications You must be signed in to change notification settings

yongpi-scu/PyCBIR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyCBIR

Content-Based Image Retrieval (CBIR) library built on Python

Introduction

This repo aims to help readers to understand CBIR and learn how to implement a CBIR system.

How to run

python buildDatabase.py

TODO

  • KSH
  • Unsupervised DNN features
  • Supervised DNN features
  • HOG
  • rerank

Implementation details

  1. SIFT:"Distinctive Image Features from Scale-Invariant Keypoints", David G. Lowe. Using the implementation of OpenCV. There is a good repo could help you to understand the details behind the SIFT step by step: https://github.com/rmislam/PythonSIFT

Acknowledgement

The repository references a lot of open-source repositories, and they are listed below:

  1. CBIR
  2. PythonSIFT
  3. Fly-LSH Very thanks!

About

Content-Based Image Retrieval (CBIR) library built on Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published