From 1523cb04d1b2774d1855944a9a3b7fe95de36200 Mon Sep 17 00:00:00 2001 From: Andrey Kamaev Date: Thu, 4 Aug 2011 06:19:52 +0000 Subject: [PATCH] Added CV_EXPORTS to OrbDescriptorExtractor (ticket #1276) --- modules/features2d/include/opencv2/features2d/features2d.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/features2d/include/opencv2/features2d/features2d.hpp b/modules/features2d/include/opencv2/features2d/features2d.hpp index 30ac40ec0..16d7e80ba 100644 --- a/modules/features2d/include/opencv2/features2d/features2d.hpp +++ b/modules/features2d/include/opencv2/features2d/features2d.hpp @@ -1919,7 +1919,7 @@ protected: * - if you know the integral image, use setIntegralImage so that it is not recomputed. This calls * setStepSize automatically */ -class OrbDescriptorExtractor : public cv::DescriptorExtractor +class CV_EXPORTS OrbDescriptorExtractor : public cv::DescriptorExtractor { public: /** default constructor