opencv/modules/calib/misc/java/gen_dict.json
Vadim Pisarevsky d6c699c014 calib3d module in opencv is split into 3 modules: 3d, calib and stereo.
stereo module in opencv_contrib is renamed to xstereo
2020-12-01 23:42:15 +03:00

15 lines
504 B
JSON

{
"class_ignore_list": [
"CirclesGridFinderParameters"
],
"namespaces_dict": {
"cv.fisheye": "fisheye"
},
"func_arg_fix" : {
"initCameraMatrix2D" : { "objectPoints" : {"ctype" : "vector_vector_Point3f"},
"imagePoints" : {"ctype" : "vector_vector_Point2f"} },
"findChessboardCorners" : { "corners" : {"ctype" : "vector_Point2f"} },
"drawChessboardCorners" : { "corners" : {"ctype" : "vector_Point2f"} }
}
}