Click or drag to resize
MatrixTDepthGetDiag Method (Int32)
http://www.emgu.com
Return the specific diagonal elements of this matrix

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public Matrix<TDepth> GetDiag(
	int diag
)

Parameters

diag
Type: SystemInt32
Array diagonal. Zero corresponds to the main diagonal, -1 corresponds to the diagonal above the main etc., 1 corresponds to the diagonal below the main etc

Return Value

Type: MatrixTDepth
The specific diagonal elements of this matrix
See Also