gen_dict.json 1.6 KB

123456789101112131415161718192021222324252627282930
  1. {
  2. "class_ignore_list": [
  3. "CirclesGridFinderParameters"
  4. ],
  5. "namespaces_dict": {
  6. "cv.fisheye": "fisheye"
  7. },
  8. "func_arg_fix" : {
  9. "findFundamentalMat" : { "points1" : {"ctype" : "vector_Point2f"},
  10. "points2" : {"ctype" : "vector_Point2f"} },
  11. "cornerSubPix" : { "corners" : {"ctype" : "vector_Point2f"} },
  12. "findHomography" : { "srcPoints" : {"ctype" : "vector_Point2f"},
  13. "dstPoints" : {"ctype" : "vector_Point2f"} },
  14. "solvePnP" : { "objectPoints" : {"ctype" : "vector_Point3f"},
  15. "imagePoints" : {"ctype" : "vector_Point2f"},
  16. "distCoeffs" : {"ctype" : "vector_double" } },
  17. "solvePnPRansac" : { "objectPoints" : {"ctype" : "vector_Point3f"},
  18. "imagePoints" : {"ctype" : "vector_Point2f"},
  19. "distCoeffs" : {"ctype" : "vector_double" } },
  20. "undistortPoints" : { "src" : {"ctype" : "vector_Point2f"},
  21. "dst" : {"ctype" : "vector_Point2f"} },
  22. "projectPoints" : { "objectPoints" : {"ctype" : "vector_Point3f"},
  23. "imagePoints" : {"ctype" : "vector_Point2f"},
  24. "distCoeffs" : {"ctype" : "vector_double" } },
  25. "initCameraMatrix2D" : { "objectPoints" : {"ctype" : "vector_vector_Point3f"},
  26. "imagePoints" : {"ctype" : "vector_vector_Point2f"} },
  27. "findChessboardCorners" : { "corners" : {"ctype" : "vector_Point2f"} },
  28. "drawChessboardCorners" : { "corners" : {"ctype" : "vector_Point2f"} }
  29. }
  30. }