Click or drag to resize
Accord.NET (logo)

BlobColorMean Property

Blob's mean color.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public Color ColorMean { get; }
Request Example View Source

Property Value

Type: Color
Remarks

The property keeps mean color of pixels comprising the blob.

See Also