因为我无法使用来编译cpp代码
#include "opencv2/text.hpp
在.cpp
文件中,我注意到我可能尚未链接并通过其他模块正确设置OpenCV库。
好,所以我在这里here尝试了说明。我打开终端并进入
cmake -DOPENCV_EXTRA_MODULES_PATH=/home/user/openc/opencv_contrib/modules /home/user/openc/opencv
但是我有一个
CMake Error at CMakeLists.txt:11 (message):
Manually-specified variables were not used by the project:
OPENCV_EXTRA_MODULES_PATH
-- Configuring incomplete, errors occurred!
有人可以帮助我正确设置OpenCV额外模块吗?
我尝试过CMake-gui,但是在处理configure之后会有很多错误。
我还尝试了/usr/local/include/opencv2
中的强制复制库模块文件夹,其中是基本模块。但是我在使用未定义的引用时出错,例如:
undefined reference to `cv::text::computeNMChannels(cv::_InputArray const&, cv::_OutputArray const&, int)' " ).