Click or drag to resize
MatrixTDepthGetDiag Method
http://www.emgu.com
Return the main diagonal element 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()

Return Value

Type: MatrixTDepth
The main diagonal element of this matrix
See Also