Public Member Functions | |
Hypothesis () | |
code::Image< int > | computeCost () const |
std::vector< Node > | getAllNodes () const |
All the current nodes, plus any being coasted from prev. | |
void | displayWithR (std::ostream &os) const |
Public Attributes | |
std::vector< Node > | curr |
std::vector< Node > | prev |
HungarianMatch::Assignment | curr_to_prev |
int | prevHypIndex |
Friends | |
bool | operator< (const Hypothesis &a, const Hypothesis &b) |
increasing order of cost. |
w2img::MultipleHypothesesTracker::Hypothesis::Hypothesis | ( | ) | [inline] |
code::Image<int> w2img::MultipleHypothesesTracker::Hypothesis::computeCost | ( | ) | const |
void w2img::MultipleHypothesesTracker::Hypothesis::displayWithR | ( | std::ostream & | os | ) | const |
std::vector<Node> w2img::MultipleHypothesesTracker::Hypothesis::getAllNodes | ( | ) | const |
All the current nodes, plus any being coasted from prev.
bool operator< | ( | const Hypothesis & | a, | |
const Hypothesis & | b | |||
) | [friend] |
increasing order of cost.
std::vector<Node> w2img::MultipleHypothesesTracker::Hypothesis::curr |
std::vector<Node> w2img::MultipleHypothesesTracker::Hypothesis::prev |