[][src]Function opencv::cudaarithm::split_1

pub fn split_1(
    src: &dyn ToInputArray,
    dst: &mut Vector<GpuMat>,
    stream: &mut Stream
) -> Result<()>

Copies each plane of a multi-channel matrix into an array.

Parameters

  • src: Source matrix.
  • dst: Destination array/vector of single-channel matrices.
  • stream: Stream for the asynchronous version.

See also

split

Overloaded parameters

C++ default parameters

  • stream: Stream::Null()