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;
|
gray_image = image;
|
||||||
}
|
}
|
||||||
cvtColor(image, gray_image, CV_BGR2GRAY);
|
|
||||||
if (surf == 0)
|
if (surf == 0)
|
||||||
{
|
{
|
||||||
detector_->detect(gray_image, features.keypoints);
|
detector_->detect(gray_image, features.keypoints);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user