NativeMethodscvCreateMat Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvCreateMat(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 cvCreateMat(
	int rows,
	int cols,
	MatrixType type
)

Parameters

rows
Type: SystemInt32

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

cols
Type: SystemInt32

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

type
Type: OpenCvSharpMatrixType

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

Return Value

Type: IntPtr

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

See Also

Reference