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 で正常に動作するようです。