1 | initial version |
unfortunately, no more html docs are built for python.
you can call help(cv2)
from the python repl, or help(cv2.someFunction)
,
then, there's the excellent python tutorials and, last, the c++ docs (try the search box there, it works !)