mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 14:13:15 +08:00
some typo
This commit is contained in:
parent
2b1e13f8f4
commit
69127e4105
@ -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…
Reference in New Issue
Block a user