Modules in cv2.pyd

asked Sep 17 '15

Adnane gravatar image

How can I get the list of installed modules in cv2 interface. Exactly, I want to know if cuda based modules are installed in cv2.pyd

Thanks

Preview: (hide)

Comments

try a >>> help(cv2)

(but no, you won't find anything cuda/ocl related there atm. you still need to do that from c++, not python)

berak gravatar imageberak (Sep 17 '15)edit