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 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,403 times
Last updated: Feb 17 '14
Error: Cannot run program "\ndk-build.cmd" [closed]
OpenCV with GPU in application -user system installation question
OpenCV Error: Assertion Failed (size.width>0 && size.height>0) in unknown function
Program that uses OpenCV crashes when page heap is enabled
What paths do I need after the install?
OpenCV 2.4.9, Visual Studio 10, the infamous LNK1104 error...
Unhandled exception at 0x774de3be (ntdll.dll)
How is OpenCVConfig.cmake detectable by cmake on windows
Fatal error linking 1>LINK : fatal error LNK1181: cannot open input file 'opencv_calib3d2410d.obj'