some typo
authorGurpinder Singh Sandhu <gpsinghsandhu@yahoo.com>
Thu, 4 Apr 2013 17:24:27 +0000 (22:54 +0530)
committerGurpinder Singh Sandhu <gpsinghsandhu@yahoo.com>
Thu, 4 Apr 2013 17:24:27 +0000 (22:54 +0530)
modules/stitching/src/matchers.cpp

index d05afff..9bab58c 100644 (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);