提交 755bb956 编写于 作者: M Maria Dimashova

fixed compile error on Win

上级 ce013258
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册