175 std::vector<PosHumanDistance>
176 getSortedDistances(std::vector<HumanTracker::TrackedHuman>& oldHumans,
177 std::vector<HumanTracker::DetectedHuman>& newHumans);
186 std::vector<PosLaserDistance>
187 getSortedDistances(std::vector<HumanTracker::TrackedHuman>& oldHumans,
188 std::vector<AdvancedCluster>& newClusters);
195 void associateHumans(std::vector<DetectedHuman>& detectedHumans);
209 float getClusterSize(
Cluster cluster);
216 Eigen::Vector2f getClusterCenter(
Cluster cluster);
222 void prepareTrackedHumans(
DateTime time);
226 std::vector<TrackedHuman> trackedHumans;