mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
moved SURF_GPU and VIBE to gpunonfree module
This commit is contained in:
@@ -429,7 +429,7 @@ void OrbFeaturesFinder::find(const Mat &image, ImageFeatures &features)
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef HAVE_OPENCV_GPU
|
||||
#ifdef HAVE_OPENCV_GPUNONFREE
|
||||
SurfFeaturesFinderGpu::SurfFeaturesFinderGpu(double hess_thresh, int num_octaves, int num_layers,
|
||||
int num_octaves_descr, int num_layers_descr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user