Ask Your Question
0

Does OpenCV have an offline API reference?

asked 2014-07-16 08:42:46 -0600

EpsilonMK7 gravatar image

updated 2014-07-16 08:44:33 -0600

Good day guys! Im new to OpenCV, and yes, i'm still learning, but due to internet access constraints, i would like to know where i can find an OFFLINE API(just like the Java API reference) reference both for OpenCV C++ and OpenCV Java so that i can continue to learn it even without internet access. thanks.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2014-07-16 08:48:57 -0600

You could compile the documentation from master. With sphinx, you are able to get offline exactly the same behavior as from the doc website, but also PDF, etc. Activate the "BUILD_DOC" option of CMake and type "make docs" to compile it.

edit flag offensive delete link more

Comments

I don't mean to be an ignorant individual but, could give me a step by step instruction on how to do this? from what i heard sphinx is some kind of Python tool...

EpsilonMK7 gravatar imageEpsilonMK7 ( 2014-07-16 09:02:24 -0600 )edit

If you are under Linux, and sphinx is installed, simply type "make html_docs" in the OpenCV build directory. You will find the result in doc/_htm/, launch index.html. That's it!

Mathieu Barnachon gravatar imageMathieu Barnachon ( 2014-07-16 09:08:10 -0600 )edit

I almost died trying to do it, i would like to ask if somehow you already have the html documentation, i'd like to ask a .rar copy from you. that's if it isn't that much to ask for...

EpsilonMK7 gravatar imageEpsilonMK7 ( 2014-07-16 09:48:06 -0600 )edit

If PDF is ok, you can find it at http://docs.opencv.org/opencv2refman.pdf

pthbrk gravatar imagepthbrk ( 2014-07-16 12:24:55 -0600 )edit

Question Tools

Stats

Asked: 2014-07-16 08:42:46 -0600

Seen: 3,128 times

Last updated: Jul 16 '14