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