From 8da1303179e9aeafd5f253eab8f9f05517cfdcbb Mon Sep 17 00:00:00 2001 From: abratchik Date: Sun, 16 Oct 2016 19:09:35 +0400 Subject: [PATCH] add vector_vector_KeyPoint support to python wrappers --- modules/python/src2/cv2.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/python/src2/cv2.cpp b/modules/python/src2/cv2.cpp index aa18c793af..e69e933375 100644 --- a/modules/python/src2/cv2.cpp +++ b/modules/python/src2/cv2.cpp @@ -111,6 +111,7 @@ typedef std::vector > vector_vector_Point; typedef std::vector > vector_vector_Point2f; typedef std::vector > vector_vector_Point3f; typedef std::vector > vector_vector_DMatch; +typedef std::vector > vector_vector_KeyPoint; static PyObject* failmsgp(const char *fmt, ...) {