tanishaParulekar / virtual_painter

openCV project to detect purple and green markers from laptop cam and virtually draw purple and green colours respectively.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

virtual_painter

openCV project to detect purple and green markers from laptop cam and virtually draw purple and green colours respectively. For best colour detection results use a bright light/flashlight to the laptop cam. To change output camera, adjust the number (id of the camera) in the following line of code in the virtual_painter.cpp file:

VideoCapture cap(0);

Output

virtual_painter

About

openCV project to detect purple and green markers from laptop cam and virtually draw purple and green colours respectively.


Languages

Language:C++ 100.0%