Click or drag to resize

NativeMethods.video_BackgroundSubtractorKNN_setShadowThreshold 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_BackgroundSubtractorKNN_setShadowThreshold(
	IntPtr ptr,
	double value
)

Parameters

ptr
Type: System.IntPtr
value
Type: System.Double
See Also