Skip to content

Hand Image similarity and gesture recognition

Notifications You must be signed in to change notification settings

spykaralok/HandImages

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HandImages

This project is an implementation of two feature descriptors (Local Binary Patterns and SIFT) on an image dataset. The goal of the project is to identify similar images based on their respective feature descriptors.

The project has three tasks as follows.

  1. Feature extraction of an image (LBP or SIFT)
  2. Storing feature descriptors of all the images in a folder/DB. (Feature descriptors are very large arrays. Storing them in a database made more sense than in flat files and makes task 3 computationally less intensive.
  3. Computing k most similar images based on feature descriptors

In order to execute these tasks, run phase1/driver.py and select any option out of the three.

Requirements for the project:

  1. scikit-image
  2. open-cv
  3. pymongo
  4. mongodb

To be continued .......

About

Hand Image similarity and gesture recognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 96.9%
  • Python 3.1%