Commit 9ef5a1d6 authored by Vladimir's avatar Vladimir

Fix std::vector <Ptr<Tracker> >

parent 5ce3ce37
......@@ -1376,7 +1376,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