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

@@ -121,6 +121,7 @@ typedef vector<vector<DMatch> > vector_vector_DMatch;
typedef Ptr<Algorithm> Ptr_Algorithm;
typedef Ptr<FeatureDetector> Ptr_FeatureDetector;
typedef Ptr<DescriptorExtractor> Ptr_DescriptorExtractor;
typedef Ptr<Feature2D> Ptr_Feature2D;
typedef Ptr<DescriptorMatcher> Ptr_DescriptorMatcher;
typedef SimpleBlobDetector::Params SimpleBlobDetector_Params;