Page 1 of 1

C++ code for 2D object tracking using Optitrack SDK

Posted: Wed Nov 26, 2008 12:10 pm
by wuli
Hi,

I would be very greatfull if someone can help me with this.

I am trying to track an object on a 2D surface with one v100 optitrack camera and a few passive markers glued on the object.

Can someone help me find a C++ code that tracks a few markers on this object and returns x,y, rotation of the object?
as starters let's assume that all markers will be in full visibility without occlusions during the entire time.

I compiled and got the examples working. First i thought the vector tracking x y z roll pitch yaw can help, but then i realized it is for the trackclip.

Thanks!

Re: C++ code for 2D object tracking using Optitrack SDK

Posted: Wed Nov 26, 2008 2:39 pm
by Birch
We don't have any sample 2D tracking code available, but you might consider looking into touch-lib. Its an open source suite of code for multi-touch interfaces and should probably have some useful 2D tracking algorithms.

http://www.nuigroup.com/touchlib/