arorajatin / OpenCV-iOS

OpenCV (open source computer vision library) just builded iOS framework and Pod

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenCV for iOS

Just Compilled OpenCV framework for iOS.

Update: Pod now uses framework downloaded from here, which supports 64 and 32-bit. Compiling for 64-bit didn't work, ran into same problems mentioned here.

Have different versions (see tags)

Usage:

Use .mm flies instead of .m (Objective-C++)

Add import:

#import <opencv2/opencv.hpp>

Installation with Cocoapods

Just add line in your Podfile:

pod 'OpenCV'

Instalation Manually

Download and add opencv2.framework to your project

Also add following frameworks to your project:

  • Accelerate
  • AssetsLibrary
  • AVFoundation
  • CoreGraphics
  • CoreImage
  • CoreMedia
  • CoreVideo
  • QuartzCore
  • UIKit
  • Foundation

Also add following libs :

  • libc++.dylib

OpenCV README

OpenCV: open source computer vision library

Homepage: http://opencv.org

Online docs: http://docs.opencv.org

Q&A forum: http://answers.opencv.org

Dev zone: http://code.opencv.org

Download: http://sourceforge.net/projects/opencvlibrary/files/opencv-ios/

About

OpenCV (open source computer vision library) just builded iOS framework and Pod

License:Other


Languages

Language:C++ 89.3%Language:C 10.1%Language:Objective-C 0.4%Language:Ruby 0.2%