Skip to content

theopsall/BoVW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bag of Visual Words

Bag of Visual Words (BoVW) implementation in python based on OpenCV Computer Vision with Python.

About

Bag of Visual Word is simple technique to represent images by using only their descriptors. BoVW can be used as a dimensionality reduction procedure on your image dataset before a classification task.

You can use sift, surf or orb as feature extractor in this BoVW. For the last two you have to compile the opencv library from source. Also the last two feature extractors are not for commercial usage as you can find in opencv documentation.

Install

git clone [email protected]:theopsall/BoVW.git

Usage

from BoVW import bovw

Releases

No releases published

Packages

No packages published

Languages