From 6ceb322a471b9e3a45464a95ff491fffa44af697 Mon Sep 17 00:00:00 2001 From: Andrey Pavlenko Date: Thu, 8 Sep 2011 08:54:14 +0000 Subject: [PATCH] Fixing Windows build --- modules/stitching/include/opencv2/stitching/detail/matchers.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/stitching/include/opencv2/stitching/detail/matchers.hpp b/modules/stitching/include/opencv2/stitching/detail/matchers.hpp index fa430a2a0e..2769a58742 100644 --- a/modules/stitching/include/opencv2/stitching/detail/matchers.hpp +++ b/modules/stitching/include/opencv2/stitching/detail/matchers.hpp @@ -89,7 +89,7 @@ private: #ifndef ANDROID -class SurfFeaturesFinderGpu : public FeaturesFinder +class CV_EXPORTS SurfFeaturesFinderGpu : public FeaturesFinder { public: SurfFeaturesFinderGpu(double hess_thresh = 300., int num_octaves = 3, int num_layers = 4,