Returns the transpose of this matrix
Namespace:
Emgu.CVAssembly: 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() |