Merge pull request #27718 from asmorkalov:as/obj_construct_fix

Fixed Subdiv2D constructor overload.
This commit is contained in:
Alexander Smorkalov
2025-08-27 13:48:58 +03:00
committed by GitHub

View File

@@ -1113,7 +1113,7 @@ public:
CV_WRAP Subdiv2D(Rect rect);
/** @overload */
CV_WRAP_AS(Subdiv2D2f) Subdiv2D(Rect2f rect);
CV_WRAP Subdiv2D(Rect2f rect2f);
/** @overload