Where is the OpenCV 3.0 reference manual?
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!
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.
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.
Nope afaik since doxygen it isn't build automatically anymore. It is not that diffucult, after your
make
command you just applymake doc
.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/...