1 | initial version |
In ubuntu systems tpye the following in the terminal:
1) pkg-config --libs opencv
2)pkg-config --cflags opencv
The results of each of them will be the path.
2 | No.2 Revision |
In ubuntu systems tpye the following in the terminal:
1) pkg-config --libs opencv
2)pkg-config --cflags opencv
The results of each of them will be the path.
For Windows the dll will be in build\bin\<build mode=""> folder where <build mode=""> can be Debug or Release.