typo is fixed
authorAndrey Pavlenko <no@email>
Mon, 29 Aug 2011 07:41:56 +0000 (07:41 +0000)
committerAndrey Pavlenko <no@email>
Mon, 29 Aug 2011 07:41:56 +0000 (07:41 +0000)
modules/contrib/src/featuretracker.cpp

index e7288bf..63004c7 100644 (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)