Return the sum of the elements in this matrix

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 double Sum { get; }
Public ReadOnly Property Sum As Double
	Get
public:
property double Sum {
	double get ();
}

See Also