|
BlobCountingObjectsProcessing Constructor (Int32, Int32)
|
Namespace:
Accord.Vision.Motion
Assembly:
Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax public BlobCountingObjectsProcessing(
int minWidth,
int minHeight
)
Public Sub New (
minWidth As Integer,
minHeight As Integer
)
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).
See Also