Click or drag to resize

NativeMethodsvideo_BackgroundSubtractor_getBackgroundImage Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.video_BackgroundSubtractor_getBackgroundImage(System.IntPtr,System.IntPtr)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus video_BackgroundSubtractor_getBackgroundImage(
	IntPtr self,
	IntPtr backgroundImage
)

Parameters

self
Type: SystemIntPtr

[Missing <param name="self"/> documentation for "M:OpenCvSharp.NativeMethods.video_BackgroundSubtractor_getBackgroundImage(System.IntPtr,System.IntPtr)"]

backgroundImage
Type: SystemIntPtr

[Missing <param name="backgroundImage"/> documentation for "M:OpenCvSharp.NativeMethods.video_BackgroundSubtractor_getBackgroundImage(System.IntPtr,System.IntPtr)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.video_BackgroundSubtractor_getBackgroundImage(System.IntPtr,System.IntPtr)"]

See Also