#include <Heuristic.hpp>
Public Member Functions | |
virtual void | applyHeuristic (const TracksPtr &tracks)=0 |
Public Attributes | |
TracksPtr | cluster |
int32_t | clusterId |
double | confidence |
std::string | name |
Protected Member Functions | |
Heuristic () | |
Heuristic (std::string name) | |
Heuristic class. Heuristics used to guide hierarchical clustering. Object trajectory pair rated best after applying heuristic on all pairs is subsumed to new cluster.
Definition at line 29 of file Heuristic.hpp.
|
inlineprotected |
Definition at line 31 of file Heuristic.hpp.
|
inlineprotected |
Definition at line 32 of file Heuristic.hpp.
|
pure virtual |
TracksPtr ISM::Heuristic::cluster |
Definition at line 40 of file Heuristic.hpp.
int32_t ISM::Heuristic::clusterId |
Definition at line 41 of file Heuristic.hpp.
double ISM::Heuristic::confidence |
Definition at line 39 of file Heuristic.hpp.
std::string ISM::Heuristic::name |
Definition at line 38 of file Heuristic.hpp.