Click or drag to resize
Accord.NET (logo)

BlobCountingObjectsProcessing Constructor (Boolean)

Initializes a new instance of the BlobCountingObjectsProcessing class.

Namespace:  Accord.Vision.Motion
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public BlobCountingObjectsProcessing(
	bool highlightMotionRegions
)
Request Example View Source

Parameters

highlightMotionRegions
Type: SystemBoolean
Highlight motion regions or not (see HighlightMotionRegions property).
See Also