Commit ee0be7ad authored by berak's avatar berak

Update xfeatures2d.hpp

parent d6e99d0b
......@@ -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
......
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