Click or drag to resize

NativeMethodsvideo_createBackgroundSubtractorKNN Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus video_createBackgroundSubtractorKNN(
	int history,
	double dist2Threshold,
	int detectShadows,
	out IntPtr returnValue
)

Parameters

history
Type: SystemInt32

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

dist2Threshold
Type: SystemDouble

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

detectShadows
Type: SystemInt32

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

returnValue
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.video_createBackgroundSubtractorKNN(System.Int32,System.Double,System.Int32,System.IntPtr@)"]

See Also