Fl0p / OpenCV-iOS

OpenCV (open source computer vision library) just builded iOS framework and Pod
Other
123 stars 40 forks source link

OpenCV 2.4.5, 2.4.6 released #1

Closed oskargargas closed 11 years ago

oskargargas commented 11 years ago

Hi, Please consider updating to newest stable OpenCV version. It has many bug fixes, better parallelization of algorithms and better camera preview handling on iOS platform, not to mention native conversion between UIImage and cv::Mat.

Full change log is available here http://code.opencv.org/projects/opencv/wiki/ChangeLog. Compiled iOS frameworks are available here http://sourceforge.net/projects/opencvlibrary/files/opencv-ios/.

If I'll have time for update my apps during next few weeks I'll prepare a pull request but please consider doing it asap.

Cheers, OG

Fl0p commented 11 years ago

Look like you only one user of this spec Wanna to contribute ?

Fl0p commented 11 years ago

Here the latest one v 2.4.6 https://github.com/Fl0p/OpenCV-iOS/blob/master/OpenCV.podspec

also here v 2.4.5 https://github.com/Fl0p/OpenCV-iOS/blob/2.4.5/OpenCV.podspec

Hope specs will be available in cocoapods master repo soon

oskargargas commented 11 years ago

They're already in CocoaPods master. Thanks! I'll make a good use of it!