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.ImagingAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic byte Threshold { get; set; }
Public Property Threshold As Byte
Get
Set
public:
property unsigned char Threshold {
unsigned char get ();
void set (unsigned char value);
}
member Threshold : byte with get, set
Property Value
Type:
Byte
The threshold.
See Also