pull/765/head
Gurpinder Singh Sandhu 12 years ago
parent 2b1e13f8f4
commit 69127e4105
  1. 1
      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);

Loading…
Cancel
Save