1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

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
@@ -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 );
};
/*!