Click or drag to resize

NativeMethodsvideo_KalmanFilter_init 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 video_KalmanFilter_init(
	IntPtr obj,
	int dynamParams,
	int measureParams,
	int controlParams,
	int type
)

Parameters

obj
Type: SystemIntPtr
dynamParams
Type: SystemInt32
measureParams
Type: SystemInt32
controlParams
Type: SystemInt32
type
Type: SystemInt32
See Also