Skip to content

Commit aa8acf9

Browse files
fix IOS build
1 parent 5125a94 commit aa8acf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/aruco/include/opencv2/aruco/charuco.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ CV_EXPORTS_W void detectCharucoDiamond(InputArray image, InputArrayOfArrays mark
288288
OutputArrayOfArrays diamondCorners, OutputArray diamondIds,
289289
InputArray cameraMatrix = noArray(),
290290
InputArray distCoeffs = noArray(),
291-
Ptr<Dictionary> dictionary = getPredefinedDictionary(PREDEFINED_DICTIONARY_NAME(0)));
291+
Ptr<Dictionary> dictionary = cv::aruco::getPredefinedDictionary(cv::aruco::PREDEFINED_DICTIONARY_NAME::DICT_4X4_50));
292292

293293

294294

0 commit comments

Comments
 (0)