Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

static Tracker* Impala::Core::Tracking::TrackerFactory::CreateTracker ( CmdOptions options  )  [inline, static]

Definition at line 24 of file TrackerFactory.h.

References Impala::CmdOptions::GetString().

00025     {
00026         std::string name = options.GetString("tracker");
00027         if(name == "fore_back")
00028         {
00029             return new TrackerBackFore(options);
00030         }
00031         if(name == "appearance_kalman")
00032         {
00033             return new TrackerKalmanAppearance;
00034         }
00035         return new TrackerGeneralised;
00036     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:21:07 2011 for ImpalaSrc by  doxygen 1.5.1