0

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?
Community
  • 1
  • 1
iosfreak
  • 5,228
  • 11
  • 59
  • 102

1 Answers1

0

Make sure if you've included OpenCV framewrok correctly into your Xcode project.

Link to download latest opencv framework source code .

Just include this folder as a framework into your project.

prasad1250
  • 162
  • 2
  • 11