Create a MCvSubdiv2DEdge from the specific edge

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(
	IntPtr e
)
Public Sub New ( _
	e As IntPtr _
)
public:
MCvSubdiv2DEdge(
	IntPtr e
)

Parameters

e
IntPtr
the edge

See Also