|
BlobCountingObjectsProcessing Constructor (Int32, Int32, Boolean)
|
Namespace:
Accord.Vision.Motion
Assembly:
Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax public BlobCountingObjectsProcessing(
int minWidth,
int minHeight,
bool highlightMotionRegions
)
Public Sub New (
minWidth As Integer,
minHeight As Integer,
highlightMotionRegions As Boolean
)
Request Example
View SourceParameters
- 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