|
Tracore
|
#include <NStage.h>
Public Member Functions | |
| NStage (size_t max_frame_skip, std::vector< double > penalty_value, std::vector< size_t > max_tracklet_count) | |
| void | Run (const core::DetectionSequence &sequence, std::vector< core::TrackletPtr > &tracks) |
Implementation of the two-staged graph-based multi-object tracker. Extended to allow N stages.
| algo::NStage::NStage | ( | size_t | max_frame_skip, |
| std::vector< double > | penalty_value, | ||
| std::vector< size_t > | max_tracklet_count | ||
| ) |
Initializes the algorithm wih the given values. The number of stages is determined by the size of the given vectors.
| max_frame_skip | The maximum edge length to link objects |
| penalty_value | The edge value to link to source and sink |
| max_tracklet_count | The maximum number of tracklets to create |
1.8.11