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.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public Matrix<TDepth> GetDiag()

Return Value

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