Click here to Skip to main content
15,898,571 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
please i detected a hand and i want to draw rectangle around it instead of cvRectangle because i want to make this rectangle stable
how can i draw it ??
Thanks !!
Posted

1 solution

GDI is a good way to draw simple thing easily.
http://msdn.microsoft.com/en-us/library/windows/desktop/dd145203(v=vs.85).aspx[^]

There's a ton of references on the internet on using GDI so it should be easy to get more specific help and find tutorials online for it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900