Blob's mean color.

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

Syntax

C#
public Color ColorMean { get; internal set; }

Remarks

The property keeps mean color of pixels comprising the blob.

See Also