diff --git a/modules/xfeatures2d/include/opencv2/xfeatures2d.hpp b/modules/xfeatures2d/include/opencv2/xfeatures2d.hpp index 6c9e2158c..a194c9662 100644 --- a/modules/xfeatures2d/include/opencv2/xfeatures2d.hpp +++ b/modules/xfeatures2d/include/opencv2/xfeatures2d.hpp @@ -125,7 +125,7 @@ public: class CV_EXPORTS_W BriefDescriptorExtractor : public Feature2D { public: - static Ptr create( int bytes = 32, bool use_orientation = false ); + CV_WRAP static Ptr create( int bytes = 32, bool use_orientation = false ); }; /** @brief Class implementing the locally uniform comparison image descriptor, described in @cite LUCID