Skip to content

07/2019: For a sequence of images recorded from DepthSense cameras, the goal is to isolate the hand in the scene, compute a pointer in it and use the sequence of positions to classify the stroke

Notifications You must be signed in to change notification settings

valdojoao/3D-Pointer-and-Simple-Stroke-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

07/2019: For a sequence of images recorded from DepthSense cameras, the goal is to isolate the hand in the scene, compute a pointer in it and use the sequence of positions to classify the stroke

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published