Click or drag to resize

Subdiv2DEdgeOrg Method

Returns the edge origin.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public int EdgeOrg(
	int edge,
	out Point2f orgPt
)

Parameters

edge
Type: SystemInt32
Subdivision edge ID.
orgPt
Type: OpenCvSharpPoint2f
Output vertex location.

Return Value

Type: Int32
vertex ID.
See Also