From: Gurpinder Singh Sandhu Date: Thu, 4 Apr 2013 17:24:27 +0000 (+0530) Subject: some typo X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~1314^2~1356^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=69127e4105b3798d7540f40d34e768d946038e7c;p=platform%2Fupstream%2Fopencv.git some typo --- diff --git a/modules/stitching/src/matchers.cpp b/modules/stitching/src/matchers.cpp index d05afff..9bab58c 100644 --- a/modules/stitching/src/matchers.cpp +++ b/modules/stitching/src/matchers.cpp @@ -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);