ASLTegra is a Sign Language translator for the NVidia Jetson TK1, written using OpenCV. It currently translates letters only.
More generally, this program reads from a video stream (e.g. webcam) and matches them to a set of reference images.
- To create a reference image, press any
letter key
on the keyboard for the image to map to. This will create (and overwrite) the corresponding image in theimages/
directory. - To reset the base background, press
space
. - To exit, press
esc
.
All non-repeated characters are sent to the doSystemCalls
function in
scripts.cpp
, which can be used to execute user-defined scripts.
This software was created by Ethan Gordon (@egordon), Davis Liu (@liuquinlin), and Jeffrey Han (@itdelatrisu) during HackPrinceton Fall 2014.
This software is licensed under the MIT license. You can find the full text of the license here.