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?