Ask Your Question

MarekR's profile - activity

2019-03-19 02:58:31 -0600 received badge  Famous Question (source)
2019-02-18 06:18:16 -0600 received badge  Notable Question (source)
2019-02-01 05:37:13 -0600 received badge  Popular Question (source)
2018-03-22 14:20:46 -0600 commented question Obtaining opencv UMat shape in python

Quick test: x =cv2.UMat(np.array( [1,2,3,0,0,0,1,2,0,0,2,3,0,0,5,0,0,5], dtype=np.uint8)) x.get().shape (18, 1) cv2.fin

2018-03-22 14:19:47 -0600 commented question Obtaining opencv UMat shape in python

Quick test: x =cv2.UMat(np.array( [1,2,3,0,0,0,1,2,0,0,2,3,0,0,5,0,0,5], dtype=np.uint8)) x.get().

2018-03-22 13:38:20 -0600 commented question Obtaining opencv UMat shape in python

Well, not exactly. There are some cases when shape of result is unknown. In my case it is result of function: cv2.findNo

2018-03-22 13:37:54 -0600 commented question Obtaining opencv UMat shape in python

Well, not exactly. There are some cases when shape of result is unknown. In my case it is result of function: cv2.findNo

2018-03-22 12:46:50 -0600 received badge  Student (source)
2018-03-22 12:42:24 -0600 asked a question Obtaining opencv UMat shape in python

Obtaining opencv UMat shape in python Is there a direct way to obtain shape (number of cols and rows) of UMat array with