为iOS安装OpenCV
一,要求CMake 2.8.8 或者更高Xcode 4.2 或者更新二,从Git库取得最新的 OpenCV使用 git 客户端从 http://github.com/itseez/opencv clone Open 库。在 max os x 下,可以通过以下命令行完成cd ~/<my_working _directory>git clone https://github.com/Itseez/opencv.git三,使用 cmake 在命令行上...