There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
A virtual painting program on a computer screen using a webcam and any color of object you choose as a drawing pen. The project programmed with Python. OpenCV computer vision library mainly used. The project includes 2 code files: one to determining the HSV properties of the object we will use, and the other to execute the drawing process. The techniques we used for this project are mentioned in the previous repository named "Image-Processing-OpenCV".