What's the difference between OpenCV_DIR and OpenCV_BUILD?
My question is in the Subject. cmake?
My question is in the Subject. cmake?
Asked: 2014-02-25 12:42:44 -0600
Seen: 676 times
Last updated: Feb 25 '14
unable to locate opencv.sln after configuring with cmake.
Guide for installing and compiling OpenCV with CMake and Visual Studio 2013
Problems including OpenCV 2.3.0 in Visual Studio 2008 with static libraries
How to Integrate Stasm library with Visual studio and OpenCV2.4.4
Visual studio 2013 - msvcp110d.dll missing (Windows 8.1 x64)
how to build opencv 2.4.8 with visual studio ultimate 2013?
OpenCV variadic macro not standard compliant [closed]
OpenCV_BUILD is where the temporary / generated files will be written. (please don't use the src folder for this, else you get into trouble cleaning up)
CMAKE_INSTALL_PREFIX is the dir, where the final libs/binaries/headers will be copied
I should have mentioned that I'm using pre-built, and 2.4.6. Do I need to go into command mode to somehow to find the actual value (path) of Open_DR. I have yet to come even close to getting a config started. I found in my path, ...\Tools\Binn\;%OPENCV_BUILD%\x64\VC10\bin. The install must have put it there.
wait.
if you're using the prebuild binaries, where's the point in using cmake ?
I don't use cmake.
why bother then about cmake variables ?
As far as I know, I'm not using any cmake variables.
With a little research on Google, it appears cmake is a pretty heavy duty program. <http://www.cmake.org/cmake/help/cmake_tutorial.html> There's go to be another way to configure OpenCV.