Commit 755bb956 authored by Maria Dimashova's avatar Maria Dimashova

fixed compile error on Win

parent ce013258
...@@ -1736,7 +1736,7 @@ protected: ...@@ -1736,7 +1736,7 @@ protected:
* Class to work with descriptors from several images as with one merged matrix. * Class to work with descriptors from several images as with one merged matrix.
* It is used e.g. in FlannBasedMatcher * It is used e.g. in FlannBasedMatcher
*/ */
class DescriptorCollection class CV_EXPORTS DescriptorCollection
{ {
public: public:
DescriptorCollection() {} DescriptorCollection() {}
...@@ -2227,7 +2227,7 @@ typedef FernDescriptorMatcher FernDescriptorMatch; ...@@ -2227,7 +2227,7 @@ typedef FernDescriptorMatcher FernDescriptorMatch;
class CV_EXPORTS FernDescriptorMatcher : public GenericDescriptorMatcher class CV_EXPORTS FernDescriptorMatcher : public GenericDescriptorMatcher
{ {
public: public:
class Params class CV_EXPORTS Params
{ {
public: public:
Params( int _nclasses=0, Params( int _nclasses=0,
......
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