1 | initial version |
start the local pydoc server:
python/lib/pydoc.py -p 1234
open a browser window at localhost:1234
look for cv2 in lib or lib/site-packages
2 | No.2 Revision |
start the local pydoc server:
python/lib/pydoc.py -p 1234
open a browser window at localhost:1234
look for cv2 in lib or lib/site-packages
it won't give you the maths or an explanation how to, but at least the function signatures and the flags are there