【发布时间】:2013-03-31 11:30:22
【问题描述】:
我正在尝试从this github project 导入文件以启用图像拼接
我的应用程序。我下载了这个项目,然后在手机上运行它,效果很好。不过,
将其文件添加到我的 XCode 项目后,我收到以下两个错误:
Undefined symbols for architecture armv7:
"cv::_InputArray::_InputArray(std::vector<cv::Mat, std::allocator<cv::Mat> > const&)", referenced from:
Unable to open executable '...'
最初我有 40 多个错误,我通过 this 解决了这些错误。
I've modified my new XCode project to reflect the OpenCV github project. Thoughts?
【问题讨论】:
标签: c++ iphone objective-c opencv