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?
I would think DirectX would be a better…
.NET Video overlay drawing
http://www.codeguru.com/cpp/g-m/directx/article.php/c1229/