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,
	bool keepObjectEdges
)

Parameters

suppressNoise
Type: System..::.Boolean
Suppress noise in video frames or not (see SuppressNoise property).
keepObjectEdges
Type: System..::.Boolean
Restore objects edges after noise suppression or not (see KeepObjectsEdges property).

See Also