Click or drag to resize

NativeMethodsvector_Mat_new3 Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.vector_Mat_new3(System.IntPtr[],System.UInt32)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static IntPtr vector_Mat_new3(
	IntPtr[] data,
	uint dataLength
)

Parameters

data
Type: SystemIntPtr

[Missing <param name="data"/> documentation for "M:OpenCvSharp.NativeMethods.vector_Mat_new3(System.IntPtr[],System.UInt32)"]

dataLength
Type: SystemUInt32

[Missing <param name="dataLength"/> documentation for "M:OpenCvSharp.NativeMethods.vector_Mat_new3(System.IntPtr[],System.UInt32)"]

Return Value

Type: IntPtr

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.vector_Mat_new3(System.IntPtr[],System.UInt32)"]

See Also