Click or drag to resize

NativeMethodscore_Mat_new9 Method (Int32, Int32, Int32, IntPtr, IntPtr)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static IntPtr core_Mat_new9(
	int ndims,
	int[] sizes,
	int type,
	IntPtr data,
	IntPtr steps
)

Parameters

ndims
Type: SystemInt32
sizes
Type: SystemInt32
type
Type: SystemInt32
data
Type: SystemIntPtr
steps
Type: SystemIntPtr

Return Value

Type: IntPtr
See Also