|
BlobCountingObjectsProcessing Constructor (Boolean)
|
Namespace:
Accord.Vision.Motion
Assembly:
Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax public BlobCountingObjectsProcessing(
bool highlightMotionRegions
)
Public Sub New (
highlightMotionRegions As Boolean
)
Request Example
View SourceParameters
- highlightMotionRegions
- Type: SystemBoolean
Highlight motion regions or not (see HighlightMotionRegions property).
See Also