some typo

This commit is contained in:
Gurpinder Singh Sandhu 2013-04-04 22:54:27 +05:30
parent 2b1e13f8f4
commit 69127e4105

View File

@ -357,7 +357,6 @@ void SurfFeaturesFinder::find(const Mat &image, ImageFeatures &features)
{
gray_image = image;
}
cvtColor(image, gray_image, CV_BGR2GRAY);
if (surf == 0)
{
detector_->detect(gray_image, features.keypoints);