Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a podspec for Opencv?

I have recently used Cocoapods - library dependency management tool in objective C. It has podspec for commonly used libraries like ZXing, AFNetworking etc. Have anyone come across Opencv podspec?

like image 314
Skanda Avatar asked Jan 23 '13 05:01

Skanda


2 Answers

This issue is fixed. You can install OpenCV with CocoaPods. Take a look here: https://github.com/SebastienThiebaud/OpenCV-iOS/blob/master/README.md

Actually, the pod version number is wrong, the version 0.0.1 is OpenCV 2.4.3

Sorry for the confusion.

like image 111
Seb Thiebaud Avatar answered Nov 08 '22 14:11

Seb Thiebaud


You can always use the search function. Using "pod search opencv" reveals that a podspec exits. The bad news is that it's a version 0.0.1...

like image 43
T. Benjamin Larsen Avatar answered Nov 08 '22 12:11

T. Benjamin Larsen