1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-28 23:03:03 +04:00

Merge branch 4.x

This commit is contained in:
Alexander Smorkalov
2024-02-26 18:05:36 +03:00
73 changed files with 1706 additions and 95 deletions
@@ -355,7 +355,7 @@ int main(int argc, char* argv[])
}
else {
// default dictionary
dictionary = cv::aruco::getPredefinedDictionary(0);
dictionary = cv::aruco::getPredefinedDictionary(cv::aruco::DICT_4X4_50);
}
cv::aruco::CharucoBoard ch_board({s.boardSize.width, s.boardSize.height}, s.squareSize, s.markerSize, dictionary);
cv::aruco::CharucoDetector ch_detector(ch_board);