Drawing a rectangle on a video in C#
Posted
by Haxed
on Stack Overflow
See other posts from Stack Overflow
or by Haxed
Published on 2010-06-16T03:00:50Z
Indexed on
2010/06/16
3:02 UTC
Read the original article
Hit count: 748
Hi I want to draw a rectangle on a video stream(web cam video or loaded saved video) that I have streaming on a picture box. This is a C# application and I am using EmguCV 2.1.0.0. I have been successful in displaying the video stream on the picturebox in the form.
Can I use Emgucv to draw on the video or should I use something else ? Can I use Dshownet or something like that ?
Thanks for taking the time to read this.
Many Thanks
© Stack Overflow or respective owner