Get the average value on this image

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public TColor GetAverage()
Visual Basic (Declaration)
Public Function GetAverage As TColor
Visual C++
public:
TColor GetAverage()

Return Value

The average color of the image

See Also