Blame view

3rdparty/opencv-4.5.4/modules/calib3d/misc/java/gen_dict.json 1.64 KB
f4334277   Hu Chunming   提交3rdparty
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
  {
      "class_ignore_list": [
          "CirclesGridFinderParameters"
      ],
      "namespaces_dict": {
          "cv.fisheye": "fisheye"
      },
      "func_arg_fix" : {
          "findFundamentalMat"  : { "points1" : {"ctype" : "vector_Point2f"},
                                    "points2" : {"ctype" : "vector_Point2f"} },
          "cornerSubPix" : { "corners" : {"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" } },
          "initCameraMatrix2D" : { "objectPoints" : {"ctype" : "vector_vector_Point3f"},
                                   "imagePoints"  : {"ctype" : "vector_vector_Point2f"} },
          "findChessboardCorners" : { "corners" : {"ctype" : "vector_Point2f"} },
          "drawChessboardCorners" : { "corners" : {"ctype" : "vector_Point2f"} }
      }
  }