Skip to content

Shadowwalker10/virtualpaint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

virtualpaint

The code focusses on allowing the users to paint according to their handmotion and the color of the tip of the marker or highlighter that they are holding. Currently, just three colors are added into the color dictionary: Green, Purple and Orange.

The my_colors dictionary represents the hue_min,saturation_min,value_min, hue_max, saturation_max and value_max values for the colors mentioned The color_values dictionary represents the rgb value for the colors in the keys

The find_contours function finds the contour of the image and returns the outer bounding rectangle The find_color function helps to detect the color of the pen tip and helps to draw on the canvas using the drawOnCanvas function

virtual paint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages