opencv::gapi

Function transpose

Source
pub fn transpose(src: &impl GMatTraitConst) -> Result<GMat>
Expand description

Transposes a matrix.

The function transposes the matrix: block formula

Note:

  • Function textual ID is “org.opencv.core.transpose”
  • No complex conjugation is done in case of a complex matrix. It should be done separately if needed.

§Parameters

  • src: input array.