Histogram of blue channel excluding black pixels

Namespace:  AForge.Imaging
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public Histogram BlueWithoutBlack { get; }

Remarks

The property keeps statistics about blue channel, which excludes all black pixels, what affects mean, standard deviation, etc.

Note:The property is valid only for color images (see IsGrayscale property).

See Also