-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
No UMat support in functions split() and merge() #12231
Copy link
Copy link
Closed
Labels
question (invalid tracker)ask questions and other "no action" items here: https://forum.opencv.orgask questions and other "no action" items here: https://forum.opencv.org
Description
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()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
question (invalid tracker)ask questions and other "no action" items here: https://forum.opencv.orgask questions and other "no action" items here: https://forum.opencv.org