JoshVorick / LipReader

A Lip Reading program for HackGT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LipReader

A Lip Reading program for HackGT using OpenCV

Currently this:

screen2

becomes this:

screen1

Current functionality:

  • Detects face
  • Trims video to just lips
  • Detects features on lips
  • Tracks features across 18 frames
  • Loads example video of 'f', 'o', 'j', 'm', and 'th' visemes
  • Trims tracked features to the ones that persist for multiple frames
  • Brute force comparison to guess which sound is being said

To be added:

  • Get higher resolution video for better feature detection
  • Load more visemes
  • Get each viseme at a different speed (people talk at different rates)
  • Turn guessed visemes into guessed words

About

A Lip Reading program for HackGT

License:Apache License 2.0


Languages

Language:C++ 71.7%Language:C 28.3%