1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-17 15:26:00 +08:00

Merge pull request #3402 from komakai:fix_aruco_objc

This commit is contained in:
Alexander Alekhin
2022-12-24 16:13:49 +00:00

View File

@@ -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>()"} }
}
}
}