Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
1.1 KiB
20 lines
1.1 KiB
8 years ago
|
{
|
||
|
"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"},
|
||
4 years ago
|
"distCoeffs" : {"ctype" : "vector_double" } }
|
||
8 years ago
|
}
|
||
|
}
|