parent
f15e587ae9
commit
a20b303806
1 changed files with 3 additions and 5 deletions
@ -1,12 +1,10 @@ |
||||
{ |
||||
"AdditionalImports" : { |
||||
"*" : [ "\"aruco.hpp\"" ], |
||||
"CharucoBoard" : [ "\"aruco/charuco.hpp\"" ], |
||||
"Dictionary" : [ "\"aruco/dictionary.hpp\"" ] |
||||
"*" : [ "\"aruco.hpp\"", "\"aruco/charuco.hpp\"" ] |
||||
}, |
||||
"func_arg_fix" : { |
||||
"Board" : { |
||||
"(void)setIds:(Mat*)ids" : { "setIds" : {"name" : "setIdsMat"} } |
||||
"Aruco" : { |
||||
"estimatePoseSingleMarkers" : { "estimateParameters" : {"defval" : "cv::makePtr<cv::aruco::EstimateParameters>()"} } |
||||
} |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue