Click or drag to resize

NativeMethods.core_Mat_nGetB Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static int core_Mat_nGetB(
	IntPtr obj,
	int row,
	int col,
	byte* vals,
	int valsLength
)

Parameters

obj
Type: System.IntPtr
row
Type: System.Int32
col
Type: System.Int32
vals
Type: System.Byte*
valsLength
Type: System.Int32

Return Value

Type: Int32
See Also