Sum of diagonal elements of the matrix

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 MCvScalar Trace { get; }
Public ReadOnly Property Trace As MCvScalar
public:
property MCvScalar Trace {
	MCvScalar get ();
}

See Also