Commit 5deedac2 authored by Maksim Shabunin's avatar Maksim Shabunin

Merge pull request #866 from sovrasov:mil_tracker_mem_leak

parents a226e835 c67c5610
......@@ -51,7 +51,7 @@ namespace cv
TrackerModel::TrackerModel()
{
stateEstimator = Ptr<TrackerStateEstimator>();
maxCMLength = 1;
maxCMLength = 10;
}
TrackerModel::~TrackerModel()
......
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