Commit 67ceb42d authored by Maksim Shabunin's avatar Maksim Shabunin

Merge pull request #439 from 103yiran:master

parents a23e43ec 385a4744
...@@ -238,7 +238,7 @@ And add it in your Tracker : : ...@@ -238,7 +238,7 @@ And add it in your Tracker : :
bool TrackerMIL::initImpl( const Mat& image, const Rect2d& boundingBox ) bool TrackerMIL::initImpl( const Mat& image, const Rect2d& boundingBox )
{ {
... ...
//model is the general TrackerModel field od the general Tracker //model is the general TrackerModel field of the general Tracker
model = new TrackerMILModel( boundingBox ); model = new TrackerMILModel( boundingBox );
... ...
} }
......
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