insert (cv.Subdiv2D) - MATLAB File Help
cv.Subdiv2D/insert

Insert a single point or multiple points into a Delaunay triangulation

obj.insert(pt)
curr_point = obj.insert(pt)
obj.insert(pts)

Input

Output

The function inserts a single point or a vector of points into a subdivision and modifies the subdivision topology appropriately. If a point with the same coordinates exists already, no new point is added.

NOTE: If the point is outside of the triangulation specified rect a runtime error is raised.

See also
Method Details
Access public
Sealed false
Static false