Background threshold's value.
Namespace:
AForge.ImagingAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
C# |
---|
public Color BackgroundThreshold { get; set; } |
Remarks
The property sets threshold value for distinguishing between background pixel and objects' pixels. All pixel with values less or equal to this property are treated as background, but pixels with higher values are treated as objects' pixels.


Default value is set to (0, 0, 0) - black colour.