joeking11829 / ASLTegra

HackPrinceton: Sign Language Translator for the NVidia Jetson TK1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASLTegra

ASLTegra is a Sign Language translator for the NVidia Jetson TK1, written using OpenCV. It currently translates letters only.

About

More generally, this program reads from a video stream (e.g. webcam) and matches them to a set of reference images.

Controls

  • 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 the images/ directory.
  • To reset the base background, press space.
  • To exit, press esc.

Scripts

All non-repeated characters are sent to the doSystemCalls function in scripts.cpp, which can be used to execute user-defined scripts.

Credits

This software was created by Ethan Gordon (@egordon), Davis Liu (@liuquinlin), and Jeffrey Han (@itdelatrisu) during HackPrinceton Fall 2014.

License

This software is licensed under the MIT license. You can find the full text of the license here.

About

HackPrinceton: Sign Language Translator for the NVidia Jetson TK1

License:MIT License


Languages

Language:C++ 98.3%Language:Makefile 1.7%