We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15e587 commit a20b303Copy full SHA for a20b303
modules/aruco/misc/objc/gen_dict.json
@@ -1,12 +1,10 @@
1
{
2
"AdditionalImports" : {
3
- "*" : [ "\"aruco.hpp\"" ],
4
- "CharucoBoard" : [ "\"aruco/charuco.hpp\"" ],
5
- "Dictionary" : [ "\"aruco/dictionary.hpp\"" ]
+ "*" : [ "\"aruco.hpp\"", "\"aruco/charuco.hpp\"" ]
6
},
7
"func_arg_fix" : {
8
- "Board" : {
9
- "(void)setIds:(Mat*)ids" : { "setIds" : {"name" : "setIdsMat"} }
+ "Aruco" : {
+ "estimatePoseSingleMarkers" : { "estimateParameters" : {"defval" : "cv::makePtr<cv::aruco::EstimateParameters>()"} }
10
}
11
12
0 commit comments