MatrixTDepthGetDiag Method |
http://www.emgu.com
Return the main diagonal element of this matrix
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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