Get the sum for each color channel

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

Syntax

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

Return Value

The sum for each color channel

See Also