right click event in opencv
Posted
by Himz
on Stack Overflow
See other posts from Stack Overflow
or by Himz
Published on 2010-06-02T12:41:26Z
Indexed on
2010/06/02
12:43 UTC
Read the original article
Hit count: 177
Hello all I am developing a program using OpenCV (IDE = devcpp). I am able to get the hand contour , move cursor position according to our our hand. no i want to implement right click functionality .Please help me with it .
i am using event SetCursorPos(x,y) to set the cursor position on the screen is there any simple function to implement rightclick the same way .??
© Stack Overflow or respective owner