Forrest
Forrest

Reputation: 127983

Where can I find the xcode template for opencv on iPhone?

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

Answers (3)

johndpope
johndpope

Reputation: 5257

OpenCV is now available as a cocoa pod https://github.com/Fl0p/OpenCV-iOS.git

Upvotes: 0

Robin Summerhill
Robin Summerhill

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

Rafael Vega
Rafael Vega

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

Related Questions