I'm trying to import the files from this github project to enable image stiching for
my app. I downloaded the project, and ran it on my phone and it worked great. However,
after adding it's files into my XCode project, I get these two errors:
Undefined symbols for architecture armv7:
"cv::_InputArray::_InputArray(std::vector<cv::Mat, std::allocator<cv::Mat> > const&)", referenced from:
Unable to open executable '...'
Originally I had 40+ errors which I solved by doing this.
I've modified my new XCode project to reflect the OpenCV github project. Thoughts?