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

Fixed Subdiv2D constructor overload.

This commit is contained in:
Alexander Smorkalov
2025-08-27 11:37:39 +03:00
parent ad22d482e6
commit 0e9c3b5a3b
+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