Returns sum of diagonal elements of the matrix src1.

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

Syntax

C#
public static MCvScalar cvTrace(
	IntPtr mat
)
Visual Basic (Declaration)
Public Shared Function cvTrace ( _
	mat As IntPtr _
) As MCvScalar
Visual C++
public:
static MCvScalar cvTrace(
	IntPtr mat
)

Parameters

mat
Type: System..::.IntPtr
the matrix

Return Value

sum of diagonal elements of the matrix src1

See Also