Skip to content

Commit a20b303

Browse files
committed
Fix for Aruco Objective-C binding
1 parent f15e587 commit a20b303

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

modules/aruco/misc/objc/gen_dict.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
{
22
"AdditionalImports" : {
3-
"*" : [ "\"aruco.hpp\"" ],
4-
"CharucoBoard" : [ "\"aruco/charuco.hpp\"" ],
5-
"Dictionary" : [ "\"aruco/dictionary.hpp\"" ]
3+
"*" : [ "\"aruco.hpp\"", "\"aruco/charuco.hpp\"" ]
64
},
75
"func_arg_fix" : {
8-
"Board" : {
9-
"(void)setIds:(Mat*)ids" : { "setIds" : {"name" : "setIdsMat"} }
6+
"Aruco" : {
7+
"estimatePoseSingleMarkers" : { "estimateParameters" : {"defval" : "cv::makePtr<cv::aruco::EstimateParameters>()"} }
108
}
119
}
1210
}

0 commit comments

Comments
 (0)