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: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic Matrix<TDepth> GetDiag()
Public Function GetDiag As Matrix(Of TDepth)
public:
Matrix<TDepth>^ GetDiag()
member GetDiag : unit -> Matrix<'TDepth>
Return Value
Type:
MatrixTDepthThe main diagonal element of this matrix
See Also