Click or drag to resize

NativeMethodscuda_MOG2_GPU_operator 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_MOG2_GPU_operator(
	IntPtr obj,
	IntPtr frame,
	IntPtr fgmask,
	float learningRate,
	IntPtr stream
)

Parameters

obj
Type: SystemIntPtr
frame
Type: SystemIntPtr
fgmask
Type: SystemIntPtr
learningRate
Type: SystemSingle
stream
Type: SystemIntPtr
See Also