Sum of diagonal elements of the 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 MCvScalar Trace { get; }
Public ReadOnly Property Trace As MCvScalar
	Get
public:
property MCvScalar Trace {
	MCvScalar get ();
}

See Also