BackgroundSubtractorGMGInitialize Method OpenCvSharp Class Library
Validate parameters and set up data structures for appropriate image size. Must call before running on data.

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

public virtual void Initialize(
	Size frameSize,
	double min,
	double max
)

Parameters

frameSize
Type: OpenCvSharp.CPlusPlusSize
input frame size
min
Type: SystemDouble
minimum value taken on by pixels in image sequence. Usually 0
max
Type: SystemDouble
maximum value taken on by pixels in image sequence. e.g. 1.0 or 255
See Also

Reference