Get the average value on this image

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

Syntax

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

Return Value

The average color of the image

See Also