Commit 6a1bf675 authored by Vladimir's avatar Vladimir

Fix std::vector <Ptr<Tracker> >

parent 96ce5993
......@@ -1256,7 +1256,7 @@ public:
bool update(const Mat& image);
int targetNum = 0;
std::vector <Ptr<Tracker>> trackers;
std::vector <Ptr<Tracker> > trackers;
std::vector <Rect2d> boundingBoxes;
std::vector<Scalar> colors;
};
......
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