OpenCV was used for image processing.
[Read More]
Overview
This page provides a brief overview on the project
Usage
How to use this software
Requirements CUDA capable graphics card (Link to place where it says which are capable) Webcam or Machine Vision Camera CUDA capable GPU with CUDA installed...
[Read More]
Skin Detection
Using face detection to profile and detect skin
Steps The steps to perform the skin detection are: Detect the face Profile the face Find probability that other pixels are skin based on face...
[Read More]
Gesture Recognition
Using convexity analysis to determine gestures
Algorithm Overview
Using the width, height, and location of the face, the contours of the skin mask are analysed.
[Read More]
Tracking
Tracking the location and gesture of hands in an image stream
Algorithm Overview
The tracking algorithm takes an array of the following:
Gesture (includes side of face it is on)
Face
Timestamp
[Read More]