NativeMethodsgpu_Stream_enqueueConvert Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.gpu_Stream_enqueueConvert(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double)"]

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void gpu_Stream_enqueueConvert(
	IntPtr obj,
	IntPtr src,
	IntPtr dst,
	int dtype,
	double a,
	double b
)

Parameters

obj
Type: SystemIntPtr

[Missing <param name="obj"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.gpu_Stream_enqueueConvert(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double)"]

src
Type: SystemIntPtr

[Missing <param name="src"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.gpu_Stream_enqueueConvert(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double)"]

dst
Type: SystemIntPtr

[Missing <param name="dst"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.gpu_Stream_enqueueConvert(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double)"]

dtype
Type: SystemInt32

[Missing <param name="dtype"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.gpu_Stream_enqueueConvert(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double)"]

a
Type: SystemDouble

[Missing <param name="a"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.gpu_Stream_enqueueConvert(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double)"]

b
Type: SystemDouble

[Missing <param name="b"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.gpu_Stream_enqueueConvert(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double)"]

See Also

Reference