Create a MCvSubdiv2DEdge from the specific edge

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

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