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