MOG2_GPUGetBackgroundImage Method OpenCvSharp Class Library
Computes a background image which are the mean of all background gaussians

Namespace:  OpenCvSharp.CPlusPlus.Gpu
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void GetBackgroundImage(
	GpuMat backgroundImage,
	Stream stream = null
)

Parameters

backgroundImage
Type: OpenCvSharp.CPlusPlus.GpuGpuMat

[Missing <param name="backgroundImage"/> documentation for "M:OpenCvSharp.CPlusPlus.Gpu.MOG2_GPU.GetBackgroundImage(OpenCvSharp.CPlusPlus.Gpu.GpuMat,OpenCvSharp.CPlusPlus.Gpu.Stream)"]

stream (Optional)
Type: OpenCvSharp.CPlusPlus.GpuStream

[Missing <param name="stream"/> documentation for "M:OpenCvSharp.CPlusPlus.Gpu.MOG2_GPU.GetBackgroundImage(OpenCvSharp.CPlusPlus.Gpu.GpuMat,OpenCvSharp.CPlusPlus.Gpu.Stream)"]

See Also

Reference