Class BlobCounterSettings

BlobCounterSettings class

The blob counter settings

public class BlobCounterSettings

Constructors

NameDescription
BlobCounterSettings()The default constructor.

Properties

NameDescription
CoupledSizeFiltering { get; set; }Gets or sets a value indicating whether [coupled size filtering].
FilterBlobs { get; set; }Gets or sets a value indicating whether [filter blobs].
MaxHeight { get; set; }Gets or sets the maximum height.
MaxWidth { get; set; }Gets or sets the maximum width.
MinHeight { get; set; }Gets or sets the minimum height.
MinWidth { get; set; }Gets or sets the minimum width.
Order { get; set; }Gets or sets the order.

See Also