Similar to cvSubdiv2DGetEdge

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

Syntax

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

Parameters

type
CV_NEXT_EDGE_TYPE
The next edge type

Return Value

The next edge

See Also