c++ - How to move a mouse using the concept of object tracking in opencv? -
i looking online , how people created virtual mouse application using different principles such color detector, object tracking, convexity defects etc etc. wrote program tracks single object webcam , working well. now, idea use moving object being tracked , want control mouse using application. dont want source code , want myself. dont have clue how start it. hope if guys can give me clue or ideas can me connect mouse program? want able left click, right click, double click . thanks
if able track object in screen object co-ordinates & set target co-ordinate. assume did that.
now set mouse cursor target co-ordinate refer this thread.
Comments
Post a Comment