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: 3.2.0.2682 (3.2.0.2682)
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