Public Member Functions | |
OldRegion () | |
OldRegion (const code::Time &t, const Region &r) | |
void | updateScore (const code::Time &curr, float avgsize, float avgcval, int timeBetweenFrames) |
Static Public Member Functions | |
static bool | preferTo (const OldRegion &a, const OldRegion &b) |
should a be prefered to b? larger, more recent regions are preferred. | |
Public Attributes | |
code::Time | myTime |
double | ux |
double | uy |
double | gr |
double | cx |
double | cy |
size_t | size |
double | cval |
double | score |
w2kmeans::SegmentMotionEstimator< GridType >::OldRegion::OldRegion | ( | ) | [inline] |
w2kmeans::SegmentMotionEstimator< GridType >::OldRegion::OldRegion | ( | const code::Time & | t, | |
const Region & | r | |||
) |
static bool w2kmeans::SegmentMotionEstimator< GridType >::OldRegion::preferTo | ( | const OldRegion & | a, | |
const OldRegion & | b | |||
) | [static] |
should a be prefered to b? larger, more recent regions are preferred.
void w2kmeans::SegmentMotionEstimator< GridType >::OldRegion::updateScore | ( | const code::Time & | curr, | |
float | avgsize, | |||
float | avgcval, | |||
int | timeBetweenFrames | |||
) |
double w2kmeans::SegmentMotionEstimator< GridType >::OldRegion::cval |
double w2kmeans::SegmentMotionEstimator< GridType >::OldRegion::cx |
double w2kmeans::SegmentMotionEstimator< GridType >::OldRegion::cy |
double w2kmeans::SegmentMotionEstimator< GridType >::OldRegion::gr |
code::Time w2kmeans::SegmentMotionEstimator< GridType >::OldRegion::myTime |
double w2kmeans::SegmentMotionEstimator< GridType >::OldRegion::score |
size_t w2kmeans::SegmentMotionEstimator< GridType >::OldRegion::size |
double w2kmeans::SegmentMotionEstimator< GridType >::OldRegion::ux |
double w2kmeans::SegmentMotionEstimator< GridType >::OldRegion::uy |