GithubHelp home page GithubHelp logo

hog-gesture-detection's Introduction

基于传统特征检测方法的手势识别

简介

基于传统特征检测方法的手势识别。提取了图片的HOG特征并通过SVM进行分类。

如何使用

默认对图片仅进行resize()cvtColor()预处理,可通过修改PRE_PROCESS_LEVEL来改变预处理流程,值越高所进行的预处理越复杂,效果越差(昏迷)。ENABLE_TRAIN用来设置运行时是否进行训练,0为跳过训练流程,直接读取训练好的模型文件对测试样本进行验证。TRAIN_DATA_SIZE定义用来训练的样本数量。目前此种识别方法对Five和V的识别效果较好,对A的识别效果一般,对C的识别效果较差(只有可怜的20%)。

TODO

  • 修改预处理过程,获取更多特征
  • 通过其他特征来辅助分类(具体可参考注释部分代码以及plot.py

hog-gesture-detection's People

Contributors

luchang1113 avatar

Watchers

 avatar

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.