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)
|
if(params.feature_type == CvFeatureTrackerParams::OPTICAL_FLOW)
|
||||||
return updateTrackingWindowWithFlow(image);
|
return updateTrackingWindowWithFlow(image);
|
||||||
else
|
else
|
||||||
updateTrackingWindowWithSIFT(image);
|
return updateTrackingWindowWithSIFT(image);
|
||||||
}
|
}
|
||||||
|
|
||||||
Rect CvFeatureTracker::updateTrackingWindowWithSIFT(Mat image)
|
Rect CvFeatureTracker::updateTrackingWindowWithSIFT(Mat image)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user