Do split and merge in python support UMat some how
I am using opencv 3.2.0-dev with python 3.6 1. Is it possible to get cv2.split to return a UMat when provided with UMat? 2. Is it possible to get cv2.merge to accept UMats?
In C++ it is possible but it seem that in python it is not.