Commit 6799e921 authored by oscar's avatar oscar

提交修改

parent 6a733931
......@@ -34,7 +34,7 @@ public:
std::map<uint64_t, std::shared_ptr<T> > GetStates();
void AssociateDetectionsToTrackers(const std::vector<std::vector<float> >& detections, std::map<uint64_t, std::shared_ptr<T> >& tracks, std::map<uint64_t, int>& matched, std::vector<int>& unmatched_det);
void AssociateDetectionsToTrackers(const std::vector<std::vector<float> >& detections, int _no/*观测数量*/, int _ns/*状态数量*/, std::map<uint64_t, std::shared_ptr<T> >& tracks, std::map<uint64_t, int>& matched, std::vector<int>& unmatched_det);
public:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment