Click or drag to resize
MatrixTDepthTranspose Method
http://www.emgu.com
Returns the transpose of this matrix

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public Matrix<TDepth> Transpose()

Return Value

Type: MatrixTDepth
The transpose of this matrix
See Also