Skip to content

LorbicLegacy/Easy-Paint-OpenCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy-Paint-OpenCV

Simple Paint Application Built in OpenCV

Prerequisite: OpenCV >= 3.x Python >= 3.x

  • Put your image as named "background.png"
  • Run the code

python paint.py

  • Draw on the image
  • Close the window
  • A new window "image" will open
  • press ctrl + s and enter a name to save your annotated image.
  • press ESC to exit

Usages

Set Red(R) , Blue(B), Green(G) value using color sliders.
Set shapes:

0 -> Rectangle
1 -> Ellipse
2 -> Line
3 -> Free Draw

Example images :

alt text

About

Simple Paint Application Built in OpenCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages