Skip to content

Augmented Reality application developed using OpenCV that lets the users to draw on the digital screen using hand gestures.

Notifications You must be signed in to change notification settings

DeepakKarishetti/AR-based-Digital-drawing-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Augmented Reality - Digital drawing

Algorithm to use for this project:

  • Camshift algorithm: Object tracking, better than meanshift. Tracks the moving object and later used for background subtraction It consists of taking the first frame of the video to map its colors with a histogram and then tracks these in the subsequent frames of the video

  • Averaging background: Due to changing illumination and other effects, averaging the backgraound is necessary to detect and tract the object

  • Convex hull: To find the convex hull of a points set

  • Labeling:

    • connected component labeling and analysis
    • blob extraction
    • region labeling
    • blob extraction
    • region extraction

About

Augmented Reality application developed using OpenCV that lets the users to draw on the digital screen using hand gestures.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published