Skip to content

This application enables text writing in the air by tracking the finger movements of a user and then uses image processing and deep learning to predict the handwritten text.

Notifications You must be signed in to change notification settings

Pratyay211/Text-written-in-air

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aim

This project aims to deliver a real-time video-based pointing method that allows the sketching and writing of english text over the air in front of a camera. The proposed method has two main tasks. First, to track the fingertip in the video frame, and second, to apply character segmentation and recognition over segmented images to recognize the written characters. The proposed method is a software-based approach, a departure from almost all the existing finger-tracking-based text recognition systems, which require extra hardware. Furthermore, previous approaches carry out comparisons to recognize the input, whereas, in the proposed system, machine learning is applied for text recognition, considerably reducing the computational time.

To Run the Project

  1. cd Text-written-in-air/src
  2. python newgesture.py

Output

Output avi gif

Paper

Contacts:

About

This application enables text writing in the air by tracking the finger movements of a user and then uses image processing and deep learning to predict the handwritten text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages