177 std::vector<PosHumanDistance>
178 getSortedDistances(std::vector<HumanTracker::TrackedHuman>& oldHumans,
179 std::vector<HumanTracker::DetectedHuman>& newHumans);
188 std::vector<PosLaserDistance>
189 getSortedDistances(std::vector<HumanTracker::TrackedHuman>& oldHumans,
190 std::vector<AdvancedCluster>& newClusters);
197 void associateHumans(std::vector<DetectedHuman>& detectedHumans);
211 float getClusterSize(
Cluster cluster);
218 Eigen::Vector2f getClusterCenter(
Cluster cluster);
224 void prepareTrackedHumans(
DateTime time);
228 std::vector<TrackedHuman> trackedHumans;