Ask Your Question

kkb's profile - activity

2018-10-29 07:41:32 -0600 received badge  Popular Question (source)
2017-08-16 02:43:32 -0600 asked a question How to use cuda in pyhton?

I want to use cuda with python. So I build opencv3.2.0 with cuda, pytho3.5 and success it. But i cannot find any module using cuda.cv2.cuda module have no function without Global Variables. on the other hand, I can use cuda with c++. How can i get functions with cuda?