Unlike many other functions, the two functions split() and merge() do not support the use of the UMat class.
It is not possible to split a three channel UMat into an array (or vector) of three UMat directly without using the method getMat().
The output (second argument) can't be an array of UMat.
Same applies to mixChannels()
Unlike many other functions, the two functions split() and merge() do not support the use of the UMat class.
It is not possible to split a three channel UMat into an array (or vector) of three UMat directly without using the method getMat().
The output (second argument) can't be an array of UMat.
Same applies to mixChannels()