Click or drag to resize
Accord.NET (logo)

BlobCounter Properties

The BlobCounter type exposes the following members.

Properties
  NameDescription
Public propertyBackgroundThreshold
Background threshold's value.
Public propertyBlobsFilter
Custom blobs' filter to use.
(Inherited from BlobCounterBase.)
Public propertyCoupledSizeFiltering
Specifies if size filtering should be coupled or not.
(Inherited from BlobCounterBase.)
Public propertyFilterBlobs
Specifies if blobs should be filtered.
(Inherited from BlobCounterBase.)
Protected propertyImageHeight
Gets the height of the image.
(Inherited from BlobCounterBase.)
Protected propertyImageWidth
Gets the width of the image.
(Inherited from BlobCounterBase.)
Public propertyMaxHeight
Maximum allowed height of blob.
(Inherited from BlobCounterBase.)
Public propertyMaxWidth
Maximum allowed width of blob.
(Inherited from BlobCounterBase.)
Public propertyMinHeight
Minimum allowed height of blob.
(Inherited from BlobCounterBase.)
Public propertyMinWidth
Minimum allowed width of blob.
(Inherited from BlobCounterBase.)
Public propertyObjectLabels
Objects' labels.
(Inherited from BlobCounterBase.)
Public propertyObjectsCount
Objects count.
(Inherited from BlobCounterBase.)
Public propertyObjectsOrder
Objects sort order.
(Inherited from BlobCounterBase.)
Top
See Also