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

Post Reply
wuli
Posts: 1
Joined: Fri Nov 21, 2008 9:53 am

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

Post 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!
Birch
Posts: 1139
Joined: Thu Jan 30, 2003 5:00 am
Location: Corvallis, Oregon

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

Post 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/
Post Reply