add vector_vector_KeyPoint support to python wrappers

pull/7496/head
abratchik 8 years ago
parent adbb1471fc
commit 8da1303179
  1. 1
      modules/python/src2/cv2.cpp

@ -111,6 +111,7 @@ typedef std::vector<std::vector<Point> > vector_vector_Point;
typedef std::vector<std::vector<Point2f> > vector_vector_Point2f;
typedef std::vector<std::vector<Point3f> > vector_vector_Point3f;
typedef std::vector<std::vector<DMatch> > vector_vector_DMatch;
typedef std::vector<std::vector<KeyPoint> > vector_vector_KeyPoint;
static PyObject* failmsgp(const char *fmt, ...)
{

Loading…
Cancel
Save