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

virtual Impala::Core::Tracking::SearcherPyramid::~SearcherPyramid (  )  [inline, virtual]

Definition at line 33 of file SearcherPyramid.h.

References mInputPyramid, and mTemplatePyramid.

00034     {
00035         if(mTemplatePyramid)
00036             delete mTemplatePyramid;
00037         if(mInputPyramid)
00038             delete mInputPyramid;
00039     }


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