MatrixTDepthTranspose Method |
http://www.emgu.com Returns the transpose of this matrix
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic Matrix<TDepth> Transpose()
Public Function Transpose As Matrix(Of TDepth)
public:
Matrix<TDepth>^ Transpose()
member Transpose : unit -> Matrix<'TDepth>
Return Value
Type:
MatrixTDepthThe transpose of this matrix
See Also