Ask Your Question
2

how to read the document of opencv 2.4.4

asked Feb 20 '13

Sunny gravatar image

Dear All

In the opencv2.4.4 I can't find the file like opencv2manager.pdf, but there are a lot file with the format ".rst". Can any one please let me know how to view it effectively?

What is the beneficial of removing the pdf file and using these rst file?

Many thanks

Sunny

Preview: (hide)

4 answers

Sort by » oldest newest most voted
0

answered Aug 21 '13

AlexanderShishkov gravatar image
Preview: (hide)
3

answered Feb 20 '13

SR gravatar image

The .rst files are text files in reStructuredText format, a document format for documentation, etc... These files are used to generate the HTML documentation as well as the PDF. I suppose in 2.4.4 final (it's still beta) it will be included in the released package.

Preview: (hide)
2

answered Feb 20 '13

Vladislav Vinogradov gravatar image

OpenCV documentation is available online: http://opencv.org/documentation.html

Preview: (hide)
1

answered Aug 21 '13

hqt08 gravatar image

Hi, I know this is a bit old but I was myself recently searching to parse the rst files to html to get the documentation offline. What you'll need to do is go to your build directory and run the command make html_docs. This uses sphinx to build the documentation (so make sure it is installed).

More details found in this post.

Preview: (hide)

Question Tools

Stats

Asked: Feb 20 '13

Seen: 1,614 times

Last updated: Oct 27 '13