我OpenCV2
在 XCode 中进行了设置,但不幸imshow
的是不起作用:
Undefined symbols for architecture x86_64:
"cv::imshow(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, cv::_InputArray const&)", referenced from:
_main in main.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我正在使用最新的 XCode 运行 OS X 10.8.4。
我在下面附上了一些图片来显示 XCode 和库中的设置。到目前为止,除此之外,其他功能似乎都可以在 OpenCV 上正常工作。