Ask Your Question
2

how to read the document of opencv 2.4.4

asked 2013-02-20 01:35:45 -0600

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

edit retag flag offensive close merge delete

4 answers

Sort by ยป oldest newest most voted
0

answered 2013-08-21 05:54:01 -0600

AlexanderShishkov gravatar image
edit flag offensive delete link more
3

answered 2013-02-20 02:09:12 -0600

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.

edit flag offensive delete link more
2

answered 2013-02-20 02:20:43 -0600

Vladislav Vinogradov gravatar image

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

edit flag offensive delete link more
1

answered 2013-08-21 05:40:48 -0600

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.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-02-20 01:35:45 -0600

Seen: 1,470 times

Last updated: Oct 27 '13