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

void Impala::Core::Tracking::TrackerBackFore::Process ( Array::Array2dVec3UInt8 image  )  [inline, virtual]

Implements Impala::Core::Tracking::Tracker.

Definition at line 100 of file TrackerBackFore.h.

References Impala::Core::Tracking::FrameRegionTable::Add(), Impala::Core::Geometry::Rectangle::mBottom, mInput, Impala::Core::Geometry::Rectangle::mLeft, mPosition, mReconstruction, Impala::Core::Geometry::Rectangle::mRight, Impala::Core::Geometry::Rectangle::mTop, mTrack, ObjectVisible(), Impala::Core::Array::Pattern::PatSet(), SearchObject(), and UpdateObject().

00101     {
00102         Array::Pattern::PatSet(mInput, image, 2, 2);
00103         Array::Pattern::PatSet(mReconstruction, mInput);
00104         if (ObjectVisible())
00105         {
00106             SearchObject();
00107             UpdateObject();
00108         }
00109         mTrack->Add(Core::Geometry::Rectangle(mPosition.mLeft,mPosition.mTop,mPosition.mRight,mPosition.mBottom));
00110         //Array::Array2dScalarReal64* copy = 0;
00111         //Array::MakeFromData2(copy, mSearchResult);
00112         //mSimilarityPerFrame->push_back(copy);
00113     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:22:45 2010 for ImpalaSrc by  doxygen 1.5.1