Initializes a new instance of the SimpleBackgroundModelingDetector class.

Namespace:  AForge.Vision.Motion
Assembly:  AForge.Vision (in AForge.Vision.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public SimpleBackgroundModelingDetector(
	bool suppressNoise
)

Parameters

suppressNoise
Type: System..::.Boolean
Suppress noise in video frames or not (see SuppressNoise property).

See Also