Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static IntPtr cvCreateSubdiv2D( int subdivType, int headerSize, int vtxSize, int quadedgeSize, IntPtr storage ) |
Visual Basic |
---|
Public Shared Function cvCreateSubdiv2D ( _ subdivType As Integer, _ headerSize As Integer, _ vtxSize As Integer, _ quadedgeSize As Integer, _ storage As IntPtr _ ) As IntPtr |
Visual C++ |
---|
public: static IntPtr cvCreateSubdiv2D( int subdivType, int headerSize, int vtxSize, int quadedgeSize, IntPtr storage ) |
Parameters
- subdivType
- Type: System..::..Int32
[Missing <param name="subdivType"/> documentation for "M:Emgu.CV.CvInvoke.cvCreateSubdiv2D(System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr)"]
- headerSize
- Type: System..::..Int32
[Missing <param name="headerSize"/> documentation for "M:Emgu.CV.CvInvoke.cvCreateSubdiv2D(System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr)"]
- vtxSize
- Type: System..::..Int32
[Missing <param name="vtxSize"/> documentation for "M:Emgu.CV.CvInvoke.cvCreateSubdiv2D(System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr)"]
- quadedgeSize
- Type: System..::..Int32
[Missing <param name="quadedgeSize"/> documentation for "M:Emgu.CV.CvInvoke.cvCreateSubdiv2D(System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr)"]
- storage
- Type: System..::..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)"]