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

Merge pull request #26934 from BenjaminKnecht/new_4.x

Extend ArUcoDetector to run multiple dictionaries in an efficient manner.
This commit is contained in:
Alexander Smorkalov
2025-03-11 14:37:00 +03:00
committed by GitHub
6 changed files with 537 additions and 149 deletions
+1
View File
@@ -45,6 +45,7 @@ typedef std::vector<DMatch> vector_DMatch;
typedef std::vector<String> vector_String;
typedef std::vector<std::string> vector_string;
typedef std::vector<Scalar> vector_Scalar;
typedef std::vector<aruco::Dictionary> vector_Dictionary;
typedef std::vector<std::vector<char> > vector_vector_char;
typedef std::vector<std::vector<Point> > vector_vector_Point;