MatrixTDepthTranspose Method |
http://www.emgu.com Returns the transpose of this matrix
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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