MatTranspose Method OpenCvSharp Class Library
transposes the matrix

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public Mat Transpose()

Return Value

Type: Mat
The destination array of the same type as src
See Also

Reference