Click or drag to resize

NativeMethodscuda_GpuMat_ptr 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 byte* cuda_GpuMat_ptr(
	IntPtr obj,
	int y
)

Parameters

obj
Type: SystemIntPtr
y
Type: SystemInt32

Return Value

Type: Byte*
See Also