Do split and merge in python support UMat some how

asked 2017-01-24 18:41:34 -0600

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?

edit retag flag offensive close merge delete

Comments

In C++ it is possible but it seem that in python it is not.

js4267 gravatar imagejs4267 ( 2018-08-19 19:58:58 -0600 )edit