CvSubdiv2DEdgeGetEdge Method OpenCvSharp Class Library
Returns one of edges related to given (cvSubdiv2DGetEdge).

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public CvSubdiv2DEdge GetEdge(
	CvNextEdgeType type
)

Parameters

type
Type: OpenCvSharpCvNextEdgeType
Specifies, which of related edges to return

Return Value

Type: CvSubdiv2DEdge
one the edges related to the input edge
See Also

Reference