From 755bb956d683c60c7ca1a7b9ea4447381121dc65 Mon Sep 17 00:00:00 2001 From: Maria Dimashova Date: Fri, 29 Oct 2010 14:39:23 +0000 Subject: [PATCH] fixed compile error on Win --- modules/features2d/include/opencv2/features2d/features2d.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/features2d/include/opencv2/features2d/features2d.hpp b/modules/features2d/include/opencv2/features2d/features2d.hpp index 48b9e1d00f..a0d0c14454 100644 --- a/modules/features2d/include/opencv2/features2d/features2d.hpp +++ b/modules/features2d/include/opencv2/features2d/features2d.hpp @@ -1736,7 +1736,7 @@ protected: * Class to work with descriptors from several images as with one merged matrix. * It is used e.g. in FlannBasedMatcher */ - class DescriptorCollection + class CV_EXPORTS DescriptorCollection { public: DescriptorCollection() {} @@ -2227,7 +2227,7 @@ typedef FernDescriptorMatcher FernDescriptorMatch; class CV_EXPORTS FernDescriptorMatcher : public GenericDescriptorMatcher { public: - class Params + class CV_EXPORTS Params { public: Params( int _nclasses=0,