Public Member Functions | |
float | cx () const |
float | cy () const |
int | size () const |
bool | should_prune (const Parameters &) const |
Region (int num_fields) | |
void | update (float featureposs, const std::vector< GridType > &fields_in, int x, int y, int scaledx, int scaledy) |
Public Attributes | |
std::vector< typename FeatureTracker< GridType >::RegionProperty > | properties |
FeatureTracker< GridType >::RegionProperty | featureposs |
Cluster< SingleFeature > | cluster |
int | label_in_image |
Friends | |
bool | operator< (const Region &a, const Region &b) |
decreasing order of size. |
w2img::FeatureTracker< GridType >::Region::Region | ( | int | num_fields | ) | [inline] |
float w2img::FeatureTracker< GridType >::Region::cx | ( | ) | const [inline] |
float w2img::FeatureTracker< GridType >::Region::cy | ( | ) | const [inline] |
bool w2img::FeatureTracker< GridType >::Region::should_prune | ( | const Parameters & | ) | const |
int w2img::FeatureTracker< GridType >::Region::size | ( | ) | const [inline] |
void w2img::FeatureTracker< GridType >::Region::update | ( | float | featureposs, | |
const std::vector< GridType > & | fields_in, | |||
int | x, | |||
int | y, | |||
int | scaledx, | |||
int | scaledy | |||
) |
decreasing order of size.
Cluster<SingleFeature> w2img::FeatureTracker< GridType >::Region::cluster |
FeatureTracker<GridType>::RegionProperty w2img::FeatureTracker< GridType >::Region::featureposs |
int w2img::FeatureTracker< GridType >::Region::label_in_image |
std::vector<typename FeatureTracker<GridType>::RegionProperty> w2img::FeatureTracker< GridType >::Region::properties |