Click or drag to resize
Accord.NET (logo)

BlobCountingObjectsProcessing Constructor (Int32, Int32, 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(
	int minWidth,
	int minHeight,
	bool highlightMotionRegions
)
Request Example View Source

Parameters

minWidth
Type: SystemInt32
Minimum width of acceptable object (see MinObjectsWidth property).
minHeight
Type: SystemInt32
Minimum height of acceptable object (see MinObjectsHeight property).
highlightMotionRegions
Type: SystemBoolean
Highlight motion regions or not (see HighlightMotionRegions property).
See Also