mirror of
https://github.com/opencv/opencv.git
synced 2024-12-13 16:09:23 +08:00
15 lines
504 B
JSON
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"} }
|
||
|
}
|
||
|
}
|