mirror of
https://github.com/opencv/opencv.git
synced 2024-12-12 23:49:36 +08:00
d6c699c014
stereo module in opencv_contrib is renamed to xstereo
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"} }
|
|
}
|
|
}
|