views:

81

answers:

1

I am doing a Final Year Project to track an object(human) by drawing a square around a human in a video. I am doing this project in C#.NET.

I asked in a forum about this and they said to use GDI+ and mouse handling (which I have no clue about).

Do I have to do segmentation and then identify the region where the square was drawn ? splitting the video to frames perhaps?

+1  A: 

I would think DirectX would be a better...

.NET Video overlay drawing http://www.codeguru.com/cpp/g-m/directx/article.php/c1229/

eschneider
thks for ur comment but DirectShow is for C++ users right ?? I am using C#.NET and dshownet. Any other ways ??
Haxed
There is .NET wrappers which can be used by VB.NET or C#
eschneider