fixed crash in Python's SURF wrapper (bug #2325)

This commit is contained in:
Vadim Pisarevsky
2012-09-11 16:47:25 +04:00
parent e975259c06
commit 84087a8566
5 changed files with 34 additions and 10 deletions

View File

@@ -264,7 +264,7 @@ public:
bool useProvidedKeypoints=false ) const = 0;
// Create feature detector and descriptor extractor by name.
static Ptr<Feature2D> create( const string& name );
CV_WRAP static Ptr<Feature2D> create( const string& name );
};
/*!