getEdgeList (cv.Subdiv2D) - MATLAB File Help |
Returns a list of all edges
edgeList = obj.getEdgeList()
{[p1x,p1y, p2x,p2y], ...}
.The function gives each edge as a 4 numbers vector, where each
two are one of the edge vertices. i.e. org_x = v[0]
,
org_y = v[1]
, dst_x = v[2]
, dst_y = v[3]
.
Access | public |
Sealed | false |
Static | false |