threading.h
Go to the documentation of this file.
00001 #ifndef __THREADING_H__
00002 #define __THREADING_H__
00003 #include "tracking.h"
00004 
00005 class TrackerThread{
00006 private:
00007   tracking::Tracker& tracker_;
00008 public:
00009   TrackerThread(tracking::Tracker& tracker);
00010   void operator()();
00011 };
00012 #endif


visp_auto_tracker
Author(s): Filip Novotny
autogenerated on Fri Aug 28 2015 13:36:44