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

Merge pull request #27761 from dkurt:python_without_3d

Optional 3D module dependency in Python
This commit is contained in:
Alexander Smorkalov
2025-09-09 22:12:43 +03:00
committed by GitHub
+2
View File
@@ -46,7 +46,9 @@ typedef std::vector<Scalar> vector_Scalar;
#ifdef HAVE_OPENCV_OBJDETECT
typedef std::vector<aruco::Dictionary> vector_Dictionary;
#endif // HAVE_OPENCV_OBJDETECT
#ifdef HAVE_OPENCV_3D
typedef std::vector<MSTEdge> vector_MSTEdge;
#endif // HAVE_OPENCV_3D
typedef std::vector<std::vector<char> > vector_vector_char;
typedef std::vector<std::vector<Point> > vector_vector_Point;