typo is fixed

This commit is contained in:
Andrey Pavlenko 2011-08-29 07:41:56 +00:00
parent df5c60c50a
commit 8bf5c0e7ae

View File

@ -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)