CvSubdiv2DRotateEdge Method OpenCvSharp Class Library
Returns another edge of the same quad-edge

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

public static CvSubdiv2DEdge Subdiv2DRotateEdge(
	CvSubdiv2DEdge edge,
	RotateEdgeFlag rotate
)

Parameters

edge
Type: OpenCvSharpCvSubdiv2DEdge
Subdivision edge (not a quad-edge)
rotate
Type: OpenCvSharpRotateEdgeFlag
Specifies, which of edges of the same quad-edge as the input one to return

Return Value

Type: CvSubdiv2DEdge
one the edges of the same quad-edge as the input edge.
See Also

Reference