colorchecker-detection
colorchecker-detection copied to clipboard
A problem while generating solution in microsoft vs
Hello!
My system is Windows7 and my opencv version is 3.4.5. I've done the cmake already.
However, when I was generating solution with vs, there comes an error which I have no idea how to deal with it.
The first one means it couldn't generate the "object" file and the next one means that it couldn't open the file "..\mcclib\Debug\mccliblib".
Thank you!
Well, I tried to find the mcclib.lib and I didn't find it either.
Hello Eririw The next weekend, I going to try install window and generate a release for windows. I going to create a description to create the windows version.
Sorry at this moment I do not have Windows in my pc :( ...
For Windows the steps that I was too try in the past were:
set OpenCV_DIR="<opencv_path>"
mkdir build
cd build
cmake -G "Visual Studio 14 2015 Win64" -D openCV_DIR=%OpenCV_DIR% ..
Thank you very much!
I've tried how to cmake the project in Windows.
I think the following code can help to cmake it.
mkdir build
cmake -G "Visual Studio 14 2015 Win64" -D OpenCV_DIR=%OpenCV_DIR%
If "cd build" added, there comes an error because the compiler cannot find the CMakeLists file in the build folder.
By the way, I'm trying to run the MCCFIND method now for the reason that my pc do not have Nvidia installed.
Could this be the reason of the problem?
At first, I used the Microsoft VS 15. As a result, there generated the problems as the picture showed. Then I changed to VS14. The 'mcclib.lib' problem remained while the 'object' error disappeared.