Sum of diagonal elements of the matrix

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

Syntax

C#
public MCvScalar Trace { get; }
Visual Basic (Declaration)
Public ReadOnly Property Trace As MCvScalar
Visual C++
public:
property MCvScalar Trace {
	MCvScalar get ();
}

See Also