Creates new subdivision

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.0.1010 (2.2.0.1010)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static IntPtr cvCreateSubdiv2D(
	int subdivType,
	int headerSize,
	int vtxSize,
	int quadedgeSize,
	IntPtr storage
)
Public Shared Function cvCreateSubdiv2D ( _
	subdivType As Integer, _
	headerSize As Integer, _
	vtxSize As Integer, _
	quadedgeSize As Integer, _
	storage As IntPtr _
) As IntPtr
public:
static IntPtr cvCreateSubdiv2D(
	int subdivType, 
	int headerSize, 
	int vtxSize, 
	int quadedgeSize, 
	IntPtr storage
)

Parameters

subdivType
Int32

[Missing <param name="subdivType"/> documentation for "M:Emgu.CV.CvInvoke.cvCreateSubdiv2D(System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr)"]

headerSize
Int32

[Missing <param name="headerSize"/> documentation for "M:Emgu.CV.CvInvoke.cvCreateSubdiv2D(System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr)"]

vtxSize
Int32

[Missing <param name="vtxSize"/> documentation for "M:Emgu.CV.CvInvoke.cvCreateSubdiv2D(System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr)"]

quadedgeSize
Int32

[Missing <param name="quadedgeSize"/> documentation for "M:Emgu.CV.CvInvoke.cvCreateSubdiv2D(System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr)"]

storage
IntPtr

[Missing <param name="storage"/> documentation for "M:Emgu.CV.CvInvoke.cvCreateSubdiv2D(System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr)"]

Return Value

[Missing <returns> documentation for "M:Emgu.CV.CvInvoke.cvCreateSubdiv2D(System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr)"]

See Also