pub fn split_def(
src: &impl ToInputArray,
dst: &mut impl GpuMatTrait,
) -> 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
§Note
This alternative version of split function uses the following default values for its arguments:
- stream: Stream::Null()