Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Tetragramm
GitHub Repository: Tetragramm/opencv
Path: blob/master/modules/calib3d/misc/java/gen_dict.json
16358 views
1
{
2
"class_ignore_list": [
3
"CirclesGridFinderParameters"
4
],
5
"missing_consts" : {
6
"Calib3d": {
7
"public" : [
8
["CALIB_USE_INTRINSIC_GUESS", "1"],
9
["CALIB_RECOMPUTE_EXTRINSIC", "2"],
10
["CALIB_CHECK_COND", "4"],
11
["CALIB_FIX_SKEW", "8"],
12
["CALIB_FIX_K1", "16"],
13
["CALIB_FIX_K2", "32"],
14
["CALIB_FIX_K3", "64"],
15
["CALIB_FIX_K4", "128"],
16
["CALIB_FIX_INTRINSIC", "256"]
17
]
18
}
19
},
20
"namespaces_dict": {
21
"cv.fisheye": "fisheye"
22
},
23
"func_arg_fix" : {
24
"findFundamentalMat" : { "points1" : {"ctype" : "vector_Point2f"},
25
"points2" : {"ctype" : "vector_Point2f"} },
26
"cornerSubPix" : { "corners" : {"ctype" : "vector_Point2f"} },
27
"findHomography" : { "srcPoints" : {"ctype" : "vector_Point2f"},
28
"dstPoints" : {"ctype" : "vector_Point2f"} },
29
"solvePnP" : { "objectPoints" : {"ctype" : "vector_Point3f"},
30
"imagePoints" : {"ctype" : "vector_Point2f"},
31
"distCoeffs" : {"ctype" : "vector_double" } },
32
"solvePnPRansac" : { "objectPoints" : {"ctype" : "vector_Point3f"},
33
"imagePoints" : {"ctype" : "vector_Point2f"},
34
"distCoeffs" : {"ctype" : "vector_double" } },
35
"undistortPoints" : { "src" : {"ctype" : "vector_Point2f"},
36
"dst" : {"ctype" : "vector_Point2f"} },
37
"projectPoints" : { "objectPoints" : {"ctype" : "vector_Point3f"},
38
"imagePoints" : {"ctype" : "vector_Point2f"},
39
"distCoeffs" : {"ctype" : "vector_double" } },
40
"initCameraMatrix2D" : { "objectPoints" : {"ctype" : "vector_vector_Point3f"},
41
"imagePoints" : {"ctype" : "vector_vector_Point2f"} },
42
"findChessboardCorners" : { "corners" : {"ctype" : "vector_Point2f"} },
43
"drawChessboardCorners" : { "corners" : {"ctype" : "vector_Point2f"} }
44
}
45
}
46
47