[][src]Function opencv::cudaarithm::transpose

pub fn transpose(
    src1: &dyn ToInputArray,
    dst: &mut dyn ToOutputArray,
    stream: &mut Stream
) -> Result<()>

Transposes a matrix.

Parameters

  • src1: Source matrix. 1-, 4-, 8-byte element sizes are supported for now.
  • dst: Destination matrix.
  • stream: Stream for the asynchronous version.

See also

transpose

C++ default parameters

  • stream: Stream::Null()