Home || Visual Search || Applications || Architecture || 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 21 of file FrameRegionTable.h.

References mFrame, and mVideoId.

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


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