Gesture Recognition Toolkit

  • There are generally 6 main steps to creating a gesture-recognition system using the GRT:
  1. Select a suitable pre-processing algorithm, feature-extraction algorithm, recognition algorithm, and post-processing algorithm that might work well to solve your gesture-recognition problem
  2. Setup a gesture-recognition pipeline using these algorithms
  3. Record some training data
  4. Train the pipeline
  5. Test the recognition-accuracy of the pipeline
  6. Use the pipeline for the real-time prediction of your gestures  

详见:http://www.nickgillian.com/wiki/pmwiki.php?n=GRT.GettingStarted

你可能感兴趣的:(Gesture Recognition Toolkit)