[][src]Function opencv::cudaarithm::merge

pub fn merge(
    src: &GpuMat,
    n: size_t,
    dst: &mut dyn ToOutputArray,
    stream: &mut Stream
) -> Result<()>

Makes a multi-channel matrix out of several single-channel matrices.

Parameters

  • src: Array/vector of source matrices.
  • n: Number of source matrices.
  • dst: Destination matrix.
  • stream: Stream for the asynchronous version.

See also

merge

C++ default parameters

  • stream: Stream::Null()