C++ application for 3D Pointer and Simple Stroke Recognition using depth cameras.
- Hand Isolation: Efficiently isolates hands in image sequences.
- Pointer Location: Computes pointer location in the depth-image space.
- Stroke Classification: Classifies strokes based on pointer positions.
The application uses the $1 Unistroke Recognizer.
- OpenCV (>= 3.0)
git clone https://github.com/SkxPhan/3DStylus.git
cd 3DStylus
mkdir build && cd build
cmake ..
make
./main
- Improve hand segmentation,
- Handle 2 hands at the same time.
This project is licensed under the MIT License - see the LICENSE file for details.