{ "namespaces_dict": { "cv.fisheye": "fisheye" }, "func_arg_fix" : { "findFundamentalMat" : { "points1" : {"ctype" : "vector_Point2f"}, "points2" : {"ctype" : "vector_Point2f"} }, "findHomography" : { "srcPoints" : {"ctype" : "vector_Point2f"}, "dstPoints" : {"ctype" : "vector_Point2f"} }, "solvePnP" : { "objectPoints" : {"ctype" : "vector_Point3f"}, "imagePoints" : {"ctype" : "vector_Point2f"}, "distCoeffs" : {"ctype" : "vector_double" } }, "solvePnPRansac" : { "objectPoints" : {"ctype" : "vector_Point3f"}, "imagePoints" : {"ctype" : "vector_Point2f"}, "distCoeffs" : {"ctype" : "vector_double" } }, "undistortPoints" : { "src" : {"ctype" : "vector_Point2f"}, "dst" : {"ctype" : "vector_Point2f"} }, "projectPoints" : { "objectPoints" : {"ctype" : "vector_Point3f"}, "imagePoints" : {"ctype" : "vector_Point2f"}, "distCoeffs" : {"ctype" : "vector_double" } }, "minEnclosingCircle" : { "points" : {"ctype" : "vector_Point2f"} }, "fitEllipse" : { "points" : {"ctype" : "vector_Point2f"} }, "fillPoly" : { "pts" : {"ctype" : "vector_vector_Point"} }, "polylines" : { "pts" : {"ctype" : "vector_vector_Point"} }, "fillConvexPoly" : { "points" : {"ctype" : "vector_Point"} }, "approxPolyDP" : { "curve" : {"ctype" : "vector_Point2f"}, "approxCurve" : {"ctype" : "vector_Point2f"} }, "arcLength" : { "curve" : {"ctype" : "vector_Point2f"} }, "pointPolygonTest" : { "contour" : {"ctype" : "vector_Point2f"} }, "minAreaRect" : { "points" : {"ctype" : "vector_Point2f"} }, "getAffineTransform" : { "src" : {"ctype" : "vector_Point2f"}, "dst" : {"ctype" : "vector_Point2f"} }, "convexityDefects" : { "contour" : {"ctype" : "vector_Point"}, "convexhull" : {"ctype" : "vector_int"}, "convexityDefects" : {"ctype" : "vector_Vec4i"} }, "isContourConvex" : { "contour" : {"ctype" : "vector_Point"} }, "convexHull" : { "points" : {"ctype" : "vector_Point"}, "hull" : {"ctype" : "vector_int"}, "returnPoints" : {"ctype" : ""} } } }