Reputation: 127983
I want to use opencv frequently for iPhone development, so if there is existing xcode template , that will save me a lot time. Also for others who have same purpose.
If not, I need to do it myself.
Thanks for let me know if you know.
Upvotes: 1
Views: 430
Reputation: 5257
OpenCV is now available as a cocoa pod https://github.com/Fl0p/OpenCV-iOS.git
Upvotes: 0
Reputation: 13675
OpenCV is now available as a framework for iOS. Just drag and drop into your project. It supports video capture too. See the article and get the example project here.
Upvotes: 1
Reputation: 4645
The closest thing I've found is OpenCV compiled as "private framework". Easy to drop into your xcode projects. http://www.ient.rwth-aachen.de/cms/software/opencv/
Upvotes: 1