Click or drag to resize

NativeMethodscuda_Stream_enqueueConvert 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 void cuda_Stream_enqueueConvert(
	IntPtr obj,
	IntPtr src,
	IntPtr dst,
	int dtype,
	double a,
	double b
)

Parameters

obj
Type: SystemIntPtr
src
Type: SystemIntPtr
dst
Type: SystemIntPtr
dtype
Type: SystemInt32
a
Type: SystemDouble
b
Type: SystemDouble
See Also