|
MatrixHTranspose Method
|
Gets the transpose of this transformation matrix.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public MatrixH Transpose()
Public Function Transpose As MatrixH
Request Example
View SourceReturn Value
Type:
MatrixHThe transposed version of this matrix, given by
H'.
See Also