Commit 8bf5c0e7 authored by Andrey Pavlenko's avatar Andrey Pavlenko

typo is fixed

parent df5c60c5
......@@ -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)
......
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