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

KeyframeResultList Impala::Core::Trec::VisualQueryEngine::QueryByRegion ( int  keyframeID,
float  left,
float  top,
float  right,
float  bot 
) [inline]

Definition at line 37 of file VisualQueryEngine.h.

References ILOG_DEBUG, and QueryVisual().

00038     {
00039         ILOG_DEBUG("QueryByRegion: keyframe="<<keyframeID<< " (left=" << left <<
00040                    ", top=" << top<< ") x ( right=" << right<< ", bottom=" <<
00041                    bot<< ")");
00042         return QueryVisual(keyframeID, false);
00043 /*        ILOG_STARTACTION("query by region", ILOG_LEVEL_SYSTEM);
00044         Sandbox::XRegionQuery *q = new Sandbox::XRegionQuery();
00045         KeyframeResultList results = q->query(keyframeID, left, top , right,
00046                                               bot, mThreadSet->GetKeyframes());
00047         ILOG_ENDACTION("query by region");
00048         return results; */
00049     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:26:54 2010 for ImpalaSrc by  doxygen 1.5.1