threading.cpp
Go to the documentation of this file.
00001 #include "threading.h"
00002 
00003 
00004 TrackerThread::TrackerThread(tracking::Tracker& tracker) : tracker_(tracker){
00005 }
00006 
00007 void TrackerThread::operator()(){
00008   tracker_.start(); //start state machine
00009 }


visp_auto_tracker
Author(s): Filip Novotny, Fabien Spindler/Fabien.Spindler@inria.fr
autogenerated on Sat Dec 28 2013 17:46:16