CvSubdiv2DGetEdge Method OpenCvSharp Class Library
Returns one of edges related to given.

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

public static CvSubdiv2DEdge Subdiv2DGetEdge(
	CvSubdiv2DEdge edge,
	CvNextEdgeType type
)

Parameters

edge
Type: OpenCvSharpCvSubdiv2DEdge
Subdivision edge (not a quad-edge)
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