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

Impala::Core::Tracking::FrameRegion::FrameRegion ( int  videoId,
int  frame,
int  left,
int  top,
int  right,
int  bottom 
) [inline]

Definition at line 19 of file FrameRegionTable.h.

References mFrame, and mVideoId.

00019                                                                                   :
00020         mRect(left, top, right, bottom)
00021     {
00022         mVideoId = videoId;
00023         mFrame = frame;
00024     }


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