Commit 35c300f5 authored by Maksim Shabunin's avatar Maksim Shabunin

Merge pull request #408 from berak:features2d_python_fix

parents c0f84d2c ee0be7ad
......@@ -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