Function opencv::cudaarithm::merge_1
source · pub fn merge_1(
src: &Vector<GpuMat>,
dst: &mut dyn ToOutputArray,
stream: &mut Stream
) -> Result<()>
Expand description
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
Overloaded parameters
C++ default parameters
- stream: Stream::Null()