Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 947 Bytes

File metadata and controls

22 lines (17 loc) · 947 Bytes

3D-Pointer-and-Simple-Stroke-Recognition: July 2019

Given a sequence of DepthSense images the goal is to create an application that isolates the hand in the scene, compute a pointer located in that hand and uses the sequence of positions to classify the stroke using $1 Unistroke Recognizer. An impotant aspect was to pay attention to the different scenarios in the given image sequences: some gestures are performed with two hands.

The report ValdoJoaoReport.pdf contains the code structure and how the different pieces interact together. Demo can be found here https://youtu.be/ir7_U5YVynI

Implementation Guide

Dependencies
OpenCV https://docs.opencv.org/3.3.1/d7/d9f/tutorial_linux_install.html

Go to the project dir
open CMakeLists.txt and adjust the path to your OpenCV dir
in command line cd

Build
cmake CMakeLists.txt
make
Run
./bin/MultistrokeRec