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 (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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