typo is fixed
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user