OpenCV 2.4.6 lib path?
In OpenCV 2.4.6, how do I find the path where the library is?
How about the DLL path for the Linker?
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.
I'm using Windows 7. I thought I was looking for the path environmental variable, as in path = C:\Windows\system32;......;%OPENCV_BUILD%\x64\VC10\bin. or OPENCV_BUILD = C:\Robert\opencv\246\build. I got this notion from the "... Build Application ..." doc. Quoting the doc, "If you use the lib system you must set the path where the library files are and specify in which one of them to look." In the paragraph below this statement, I see "If you use the DLL system you must again specify all this, however now for a different reason" Presumably one needs a path to the DLLs. Apparently, I need something for debug or release--whatever that is!.
Asked: 2014-02-16 23:23:59 -0600
Seen: 1,406 times
Last updated: Feb 17 '14