• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "class_ignore_list": [
3        "CirclesGridFinderParameters",
4        "CirclesGridFinderParameters2"
5    ],
6    "namespaces_dict": {
7        "cv.fisheye": "fisheye"
8    },
9    "func_arg_fix" : {
10        "findFundamentalMat"  : { "points1" : {"ctype" : "vector_Point2f"},
11                                  "points2" : {"ctype" : "vector_Point2f"} },
12        "cornerSubPix" : { "corners" : {"ctype" : "vector_Point2f"} },
13        "findHomography" : { "srcPoints" : {"ctype" : "vector_Point2f"},
14                             "dstPoints" : {"ctype" : "vector_Point2f"} },
15        "solvePnP" : { "objectPoints" : {"ctype" : "vector_Point3f"},
16                       "imagePoints"  : {"ctype" : "vector_Point2f"},
17                       "distCoeffs"   : {"ctype" : "vector_double" } },
18        "solvePnPRansac" : { "objectPoints" : {"ctype" : "vector_Point3f"},
19                             "imagePoints"  : {"ctype" : "vector_Point2f"},
20                             "distCoeffs"   : {"ctype" : "vector_double" } },
21        "undistortPoints" : { "src" : {"ctype" : "vector_Point2f"},
22                              "dst" : {"ctype" : "vector_Point2f"} },
23        "projectPoints" : { "objectPoints" : {"ctype" : "vector_Point3f"},
24                            "imagePoints"  : {"ctype" : "vector_Point2f"},
25                            "distCoeffs"   : {"ctype" : "vector_double" } },
26        "initCameraMatrix2D" : { "objectPoints" : {"ctype" : "vector_vector_Point3f"},
27                                 "imagePoints"  : {"ctype" : "vector_vector_Point2f"} },
28        "findChessboardCorners" : { "corners" : {"ctype" : "vector_Point2f"} },
29        "drawChessboardCorners" : { "corners" : {"ctype" : "vector_Point2f"} }
30    }
31}
32