#include <AssociatePolicy.hpp>
Static Public Member Functions | |
static bool | associate (const TrackedFeatureVecPtr features, TrackedFeature *tracklet) |
Empty associate class.
Definition at line 45 of file AssociatePolicy.hpp.
static bool labust::blueview::NoAssociate::associate | ( | const TrackedFeatureVecPtr | features, |
TrackedFeature * | tracklet | ||
) | [inline, static] |
The method associates detected features with the tracklet.
features | The vector of detected features. |
tracklet | The old tracklet value. |
Definition at line 55 of file AssociatePolicy.hpp.