Function split

Source
pub fn split(
    src: &impl ToInputArray,
    dst: &mut impl GpuMatTrait,
    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

§C++ default parameters

  • stream: Stream::Null()