Ask Your Question
0

Free HandDrawing Application

asked 2013-09-21 15:04:17 -0600

vkg.vikas.gupta gravatar image

updated 2013-09-22 02:35:29 -0600

berak gravatar image

Hello,

I have started learning OpenCV few days back. I want to create an free hand drawing application.
can any one assist me how to do it?
I am using Visual Studio 2012 and OpenCV V2.4.6.

Thanks
Vikas Gupta

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-09-22 04:01:08 -0600

You could simply used the mouse callback to draw points in your image. See the doc here. You could draw lines, points (circle), rectangles or polygons. See the doc of all these functions.

By the way, I don't think OpenCV is the best approach for that kind of application.

edit flag offensive delete link more

Comments

Thanks a lot for replying, i got to know that the OpenCV is not for developing that type of applications. So, can you suggest me some beginner assignment to me? I appreciate you .

vkg.vikas.gupta gravatar imagevkg.vikas.gupta ( 2013-09-22 11:57:15 -0600 )edit

Actually, it depends on what you want. If you want to extract peoples hand with a webcam, then use their fingertips for example to create a drawing tool, then this is exact what you need. I am actually looking at your question from another perspective then Mathieu.

StevenPuttemans gravatar imageStevenPuttemans ( 2013-09-23 04:38:27 -0600 )edit

Question Tools

Stats

Asked: 2013-09-21 15:04:17 -0600

Seen: 310 times

Last updated: Sep 22 '13