NativeMethodscvCreateMatND Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvCreateMatND(System.Int32,System.Int32[],OpenCvSharp.MatrixType)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static IntPtr cvCreateMatND(
	int dims,
	int[] sizes,
	MatrixType type
)

Parameters

dims
Type: SystemInt32

[Missing <param name="dims"/> documentation for "M:OpenCvSharp.NativeMethods.cvCreateMatND(System.Int32,System.Int32[],OpenCvSharp.MatrixType)"]

sizes
Type: SystemInt32

[Missing <param name="sizes"/> documentation for "M:OpenCvSharp.NativeMethods.cvCreateMatND(System.Int32,System.Int32[],OpenCvSharp.MatrixType)"]

type
Type: OpenCvSharpMatrixType

[Missing <param name="type"/> documentation for "M:OpenCvSharp.NativeMethods.cvCreateMatND(System.Int32,System.Int32[],OpenCvSharp.MatrixType)"]

Return Value

Type: IntPtr

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.cvCreateMatND(System.Int32,System.Int32[],OpenCvSharp.MatrixType)"]

See Also

Reference