我正在尝试从this github project导入文件以启用图像stiching
我的应用。我下载了这个项目,然后在我的手机上运行它,效果很好。但是,
将它的文件添加到我的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?