Function split_1

Source
pub fn split_1(
    src: &impl ToInputArray,
    dst: &mut Vector<GpuMat>,
    stream: &mut impl StreamTrait,
) -> Result<()>
Expand description

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()