Skip to content

Commit 67ceb42

Browse files
committed
Merge pull request #439 from 103yiran:master
2 parents a23e43e + 385a474 commit 67ceb42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/tracking/include/opencv2/tracking.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ And add it in your Tracker : :
238238
bool TrackerMIL::initImpl( const Mat& image, const Rect2d& boundingBox )
239239
{
240240
...
241-
//model is the general TrackerModel field od the general Tracker
241+
//model is the general TrackerModel field of the general Tracker
242242
model = new TrackerMILModel( boundingBox );
243243
...
244244
}

0 commit comments

Comments
 (0)