Commit 6ceb322a authored by Andrey Pavlenko's avatar Andrey Pavlenko

Fixing Windows build

parent 1917d8b0
...@@ -89,7 +89,7 @@ private: ...@@ -89,7 +89,7 @@ private:
#ifndef ANDROID #ifndef ANDROID
class SurfFeaturesFinderGpu : public FeaturesFinder class CV_EXPORTS SurfFeaturesFinderGpu : public FeaturesFinder
{ {
public: public:
SurfFeaturesFinderGpu(double hess_thresh = 300., int num_octaves = 3, int num_layers = 4, SurfFeaturesFinderGpu(double hess_thresh = 300., int num_octaves = 3, int num_layers = 4,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment