Ask Your Question
0

OpenCV includes / libraries documetation

asked 2013-04-24 16:56:56 -0600

Vaclav gravatar image

updated 2013-04-24 16:59:15 -0600

What are required includes / libraries in OpenCV245 and where is it documented? I do not see "cv" anywhere. Was it replaced with what? Are there still "debug libraries?" IS there a description of directory structure ea which "src" can I use to build my own library? Modules or "build" directory???

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2013-04-25 02:49:37 -0600

Rogeeeer gravatar image

Here you have the documentation for OpenCV 2.4.5 :

http://docs.opencv.org/index.html

what did you mean by "I do not see "cv anywhere" ? The C++ implementation don't have all the "cv" in front of everything, it's the easiest way to know if it's C or C++ function. All the functions, types, etc. are in cv namespace.

To build the libraries... Well you can read the tutorial in the documentation, it's pretty clear : http://docs.opencv.org/doc/tutorials/introduction/table_of_content_introduction/table_of_content_introduction.html#table-of-content-introduction

edit flag offensive delete link more

Comments

I don't see how the lower link above provides insight to building libraries via the tutorials. All the tutorials do is show an example program. The word library is not mentioned.

solarblast gravatar imagesolarblast ( 2014-02-12 23:31:27 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2013-04-24 16:56:56 -0600

Seen: 323 times

Last updated: Apr 25 '13