Click or drag to resize
BlobCounterThreshold Property
Threshold of pixel value. If a pixel value is beyond this threshold (pixel greaterThan threshold), then it will be part of a blob component.

Namespace: StreamCoders.Imaging
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public byte Threshold { get; set; }

Property Value

Type: Byte
The threshold.
See Also