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:
@@ -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>()"} }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user