Similar to cvSubdiv2DGetEdge

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public MCvSubdiv2DEdge cvSubdiv2DGetEdge(
	CV_NEXT_EDGE_TYPE type
)
Visual Basic (Declaration)
Public Function cvSubdiv2DGetEdge ( _
	type As CV_NEXT_EDGE_TYPE _
) As MCvSubdiv2DEdge
Visual C++
public:
MCvSubdiv2DEdge cvSubdiv2DGetEdge(
	CV_NEXT_EDGE_TYPE type
)

Parameters

type
Type: Emgu.CV.CvEnum..::.CV_NEXT_EDGE_TYPE
The next edge type

Return Value

The next edge

See Also