#include <AssociatePolicy.hpp>
Static Public Member Functions | |
static bool | associate (const TrackedFeatureVecPtr features, const SonarHead &head, TrackedFeature *tracklet, TrackedFeature *target) |
Direct associate class.
Definition at line 64 of file AssociatePolicy.hpp.
bool DirectAssociate::associate | ( | const TrackedFeatureVecPtr | features, |
const SonarHead & | head, | ||
TrackedFeature * | tracklet, | ||
TrackedFeature * | target | ||
) | [static] |
The method associates detected features with the tracklet.
features | The vector of detected features. |
tracklet | The old tracklet value. |
target | The target tracklet to avoid the target lock. |
Definition at line 38 of file AssociatePolicy.cpp.