安装时找不到 OpenCV?
OpenCV not found when I have it installed?
我正在尝试使用 cmake 从 dlib 库编译一个 cpp 文件。
当我使用命令时cmake ..
它给我这个错误OpenCV not found, so we won't build the webcam_face_pose_ex example.
我已经安装了 OpenCV,为了确保我刚刚使用 brew install opencv
重新安装了它
想知道我还能做什么吗?
下载 opencv sources and follow the instructions 以使用 make 构建和安装项目。这将允许 make 将 opencv 安装到以后可以找到它的地方。
完成后,使用 cmake 重新编译 dlib 项目。
我正在尝试使用 cmake 从 dlib 库编译一个 cpp 文件。
当我使用命令时cmake ..
它给我这个错误OpenCV not found, so we won't build the webcam_face_pose_ex example.
我已经安装了 OpenCV,为了确保我刚刚使用 brew install opencv
想知道我还能做什么吗?
下载 opencv sources and follow the instructions 以使用 make 构建和安装项目。这将允许 make 将 opencv 安装到以后可以找到它的地方。
完成后,使用 cmake 重新编译 dlib 项目。