mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
typo is fixed
This commit is contained in:
parent
df5c60c50a
commit
8bf5c0e7ae
@ -91,7 +91,7 @@ Rect CvFeatureTracker::updateTrackingWindow(Mat image)
|
||||
if(params.feature_type == CvFeatureTrackerParams::OPTICAL_FLOW)
|
||||
return updateTrackingWindowWithFlow(image);
|
||||
else
|
||||
updateTrackingWindowWithSIFT(image);
|
||||
return updateTrackingWindowWithSIFT(image);
|
||||
}
|
||||
|
||||
Rect CvFeatureTracker::updateTrackingWindowWithSIFT(Mat image)
|
||||
|
Loading…
Reference in New Issue
Block a user