Click or drag to resize

NativeMethods.cuda_Stream_enqueueMemSet_WithMask 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_enqueueMemSet_WithMask(
	IntPtr obj,
	IntPtr src,
	Scalar val,
	IntPtr mask
)

Parameters

obj
Type: System.IntPtr
src
Type: System.IntPtr
val
Type: OpenCvSharp.Scalar
mask
Type: System.IntPtr
See Also