Ask Your Question

hassanayoub85's profile - activity

2014-08-22 07:16:16 -0600 asked a question Tracking algorithms names?

Dear all, I am developing an Augmented Reality application. I want to click on an an object by mouse, then be able to track it to get it's x and y positions. I am using lucas kanade to do this, all things is perfect, but when it loss the target, it dont re lock it again. Any idea how to do this?

2013-10-21 20:09:49 -0600 asked a question Read x,y values of tracked objects of opencv application in c#?

Dear all, I wrote my first tracking app using opencv and c++. Now the c+ returns for me x,y of tracked object. I want to access these values n c# in realtime. Any idea?