mirror of
https://github.com/zebrajr/opencv.git
synced 2025-12-06 12:19:50 +01:00
Fixed duplicate declaration issue in Swift/ObjC bindings.
This commit is contained in:
parent
eab6d5741a
commit
0b84a54a65
|
|
@ -1113,7 +1113,7 @@ public:
|
|||
CV_WRAP Subdiv2D(Rect rect);
|
||||
|
||||
/** @overload */
|
||||
CV_WRAP Subdiv2D(Rect2f rect);
|
||||
CV_WRAP_AS(Subdiv2D2f) Subdiv2D(Rect2f rect);
|
||||
|
||||
/** @overload
|
||||
|
||||
|
|
@ -1131,7 +1131,7 @@ public:
|
|||
@param rect Rectangle that includes all of the 2d points that are to be added to the subdivision.
|
||||
|
||||
*/
|
||||
CV_WRAP void initDelaunay(Rect2f rect);
|
||||
CV_WRAP_AS(initDelaunay2f) CV_WRAP void initDelaunay(Rect2f rect);
|
||||
|
||||
/** @brief Insert a single point into a Delaunay triangulation.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user