Modules in cv2.pyd

asked 2015-09-17 06:10:36 -0600

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

edit retag flag offensive close merge delete

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 ( 2015-09-17 06:29:46 -0600 )edit