mirror of
https://github.com/opencv/opencv.git
synced 2024-12-13 16:09:23 +08:00
d6c699c014
stereo module in opencv_contrib is renamed to xstereo
20 lines
1.1 KiB
JSON
20 lines
1.1 KiB
JSON
{
|
|
"func_arg_fix" : {
|
|
"findFundamentalMat" : { "points1" : {"ctype" : "vector_Point2f"},
|
|
"points2" : {"ctype" : "vector_Point2f"} },
|
|
"findHomography" : { "srcPoints" : {"ctype" : "vector_Point2f"},
|
|
"dstPoints" : {"ctype" : "vector_Point2f"} },
|
|
"solvePnP" : { "objectPoints" : {"ctype" : "vector_Point3f"},
|
|
"imagePoints" : {"ctype" : "vector_Point2f"},
|
|
"distCoeffs" : {"ctype" : "vector_double" } },
|
|
"solvePnPRansac" : { "objectPoints" : {"ctype" : "vector_Point3f"},
|
|
"imagePoints" : {"ctype" : "vector_Point2f"},
|
|
"distCoeffs" : {"ctype" : "vector_double" } },
|
|
"undistortPoints" : { "src" : {"ctype" : "vector_Point2f"},
|
|
"dst" : {"ctype" : "vector_Point2f"} },
|
|
"projectPoints" : { "objectPoints" : {"ctype" : "vector_Point3f"},
|
|
"imagePoints" : {"ctype" : "vector_Point2f"},
|
|
"distCoeffs" : {"ctype" : "vector_double" } }
|
|
}
|
|
}
|