Click or drag to resize

CvInvokeTrace Method

http://www.emgu.com
Returns sum of diagonal elements of the matrix mat.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static MCvScalar Trace(
	IInputArray mat
)

Parameters

mat
Type: Emgu.CVIInputArray
the matrix

Return Value

Type: MCvScalar
sum of diagonal elements of the matrix src1
See Also