Click or drag to resize

MatT Method

http://www.emgu.com
Transposes a matrix.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public Mat T()

Return Value

Type: Mat
The transposes of the matrix.
See Also