Update xfeatures2d.hpp

pull/407/head
berak 9 years ago
parent d6e99d0b58
commit ee0be7ad4e
  1. 2
      modules/xfeatures2d/include/opencv2/xfeatures2d.hpp

@ -125,7 +125,7 @@ public:
class CV_EXPORTS_W BriefDescriptorExtractor : public Feature2D
{
public:
static Ptr<BriefDescriptorExtractor> create( int bytes = 32, bool use_orientation = false );
CV_WRAP static Ptr<BriefDescriptorExtractor> create( int bytes = 32, bool use_orientation = false );
};
/** @brief Class implementing the locally uniform comparison image descriptor, described in @cite LUCID

Loading…
Cancel
Save