Ask Your Question
0

opencv3 with python

asked 2016-08-16 02:37:29 -0600

littletom gravatar image

where can I get the reference about python API

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2016-08-16 02:43:44 -0600

berak gravatar image

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 !)

edit flag offensive delete link more

Comments

It's helpful

littletom gravatar imagelittletom ( 2016-08-16 02:55:59 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2016-08-16 02:37:29 -0600

Seen: 160 times

Last updated: Aug 16 '16