Get the average value on this image

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

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