Where is the OpenCV 3.0 reference manual?

asked 2015-06-08 10:24:52 -0600

wunjo gravatar image

I'm as excited about the new release as everyone else. But where is the "ref2man.pdf" that's came with all of the other version downloads? I know they have this online, but I don't have reliable internet access where I'm at so offline viewing is preferred. Thanks!

edit retag flag offensive close merge delete

Comments

1

I don't know where is the ref2man.pdf but in case of you didn't already know it, you can build yourself the doxygen documentation.

Eduardo gravatar imageEduardo ( 2015-06-08 11:35:38 -0600 )edit

Thanks for the suggestion. However, I'd rather the folks at openCV provide proper documentation with their product rather than assuming it'll be there if I build it from source and include documentation flag. Maybe they forgot to include it in the source.

wunjo gravatar imagewunjo ( 2015-06-08 17:01:50 -0600 )edit
1

Nope afaik since doxygen it isn't build automatically anymore. It is not that diffucult, after your make command you just apply make doc.

StevenPuttemans gravatar imageStevenPuttemans ( 2015-06-09 05:55:33 -0600 )edit
1

The pdf documentation is not generated at this time. Doxygen supports pdf output but it needs some tuning. If you do not have reliable internet access, I'd recommend you to build it yourself: http://docs.opencv.org/master/d4/db1/...

mshabunin gravatar imagemshabunin ( 2015-06-16 08:32:44 -0600 )edit