Returns the transpose of this matrix

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public Matrix<TDepth> Transpose()
Visual Basic (Declaration)
Public Function Transpose As Matrix(Of TDepth)
Visual C++
public:
Matrix<TDepth>^ Transpose()

Return Value

The transpose of this matrix

See Also