Return the sum of the elements in this matrix

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

Syntax

C#
public double Sum { get; }
Visual Basic (Declaration)
Public ReadOnly Property Sum As Double
Visual C++
public:
property double Sum {
	double get ();
}

See Also