Commit 385a4744 authored by 103yiran's avatar 103yiran

correct spelling error in annotation

parent 5e008c87
...@@ -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