GithubHelp home page GithubHelp logo

high-hand's Introduction

high-hand

Hand tracker and gesture learner based on OpenCV.

Rapid coding storm

Requirement

  • A cpp/python demo of hand tracker.
Step.0. Learn OpenCV. (FINISHED)
Step.1. Read image from video device. (FINISHED)
Step.2. Record the background and set stdDEV threshold. (OPTIONAL)
Step.3. Calculate the diff between current image and the recorded background. (OPTIONAL)
Step.4.0 Extract the skin using YUV ellispe-skin-model. (FINISHED)
Step.4.1 Remove the face using facedectect model of OpenCV. (OPTIONAL)
Step.5. Draw the hand's contour and display it on the screen (FINISHED)
Step.6. Track the center of hand's contour. (FINISHED)
  • Experiment of gesture analyse and recognition based on Deep Learning
0. Study the field of picture recogniton, OCR, SVM, etc.
1. Features extraction
2. Training and testing samples generation
3. Machine learning algorithm experiment
4. Result analyse

Issue

  • The camera doesn't perform well. So it needs some Filtering (corrosion and expansion) or Noise Reduction algorithms.
  • The pace is spike, so it needs to be smooth.

Demo

  • The convex hull of hand convex hull demo

Reference

OpenCV API Reference

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.