MatrixTDepthTranspose Method |
http://www.emgu.com Returns the transpose 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> 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