Click or drag to resize

MatrixTDepthTranspose Method

http://www.emgu.com
Returns the transpose of this matrix

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

Return Value

Type: MatrixTDepth
The transpose of this matrix
See Also