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-16 18:45:22 +03:00
26 changed files with 441 additions and 89 deletions
@@ -79,7 +79,7 @@ _PREDEFINED_TYPES = (
PrimitiveTypeNode.float_("Moments::value")),
AliasTypeNode.tuple_("RotatedRect",
items=(AliasRefTypeNode("Point2f"),
AliasRefTypeNode("Size"),
AliasRefTypeNode("Size2f"),
PrimitiveTypeNode.float_()),
doc="Any type providing sequence protocol is supported"),
AliasTypeNode.tuple_("TermCriteria",