Updates for XCode 7.3

This commit is contained in:
Maksim Shabunin
2016-04-15 21:48:39 +03:00
parent 0df901b389
commit ba3b1de93f
3 changed files with 8 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ void Tracker::setFirstFrame(const Mat frame, vector<Point2f> bb, string title, S
drawBoundingBox(first_frame, bb);
putText(first_frame, title, Point(0, 60), FONT_HERSHEY_PLAIN, 5, Scalar::all(0), 4);
object_bb = bb;
delete ptMask;
delete[] ptMask;
}
Mat Tracker::process(const Mat frame, Stats& stats)