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

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

Return Value

Type: MatrixTDepth
The transpose of this matrix
See Also