Commit 1925008c authored by oscar's avatar oscar

提交测试

parent a41578e0
......@@ -77,8 +77,8 @@ int BaseTracker<T>::Run(const std::vector<std::vector<float> >& detections, std:
}
else
{
float* Z[matched.size()] = {};
//std::shared_ptr<float*> Z = std::shared_ptr<float*>(new *float[10], [](float** p) {if (p) delete[] p; p = nullptr; });
//float* Z[matched.size()] = {};
std::shared_ptr<float*> Z = std::shared_ptr<float*>(new float*[10], [](float** p) {if (p) delete[] p; p = nullptr; });
}
/*** Create new tracks for unmatched detections ***/
......
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