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

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
+1 -1
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