我一直在尝试使用 flandmark 代码进行面部检测。为了编译库,我需要运行 CMAKE.gui.exe。但是,我不断收到相同的错误,似乎没有人知道如何解决它。如果有人可以提供帮助,我将不胜感激。
Error:
Cmake Warning at /OpenCV2.3/cmake/OpenCVConfig.cmake:153(message):
Found OpenCV 2.4.3 Windows Super Pack but it has not binaries compatible with your configuration.
You should manually point Cmake variable OpenCV_DIR to your build of OpenCV library.
Call Stack(most recent call first):
CMakeLists.txt:2(find_package)
CMake Error at CMakeLists.txt:2(find_package):
Found package configuration file:
/OpenCV2.3/cmake/OpenCVConfig.cmake
但它将 OPENCV_FOUND 设置为 FALSE,因此包“OpenCV”被视为未找到