mirror of
https://github.com/zebrajr/opencv.git
synced 2025-12-06 00:19:46 +01:00
Merge pull request #27718 from asmorkalov:as/obj_construct_fix
Fixed Subdiv2D constructor overload.
This commit is contained in:
commit
d9556920dc
|
|
@ -1113,7 +1113,7 @@ public:
|
|||
CV_WRAP Subdiv2D(Rect rect);
|
||||
|
||||
/** @overload */
|
||||
CV_WRAP_AS(Subdiv2D2f) Subdiv2D(Rect2f rect);
|
||||
CV_WRAP Subdiv2D(Rect2f rect2f);
|
||||
|
||||
/** @overload
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user