mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
add vector_vector_KeyPoint support to python wrappers
This commit is contained in:
parent
adbb1471fc
commit
8da1303179
@ -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…
Reference in New Issue
Block a user