iOSでopenCVを使う

ここを参考に。
http://qiita.com/items/3ff48a8bd6edd910e780

フレームワークのビルドで
[Errno 2] No such file or directory: '../build/iPhoneOS-armv7/install/include/opencv2'
っていうエラーが出る。

ブランチを変えないといけないらしい。
http://answers.opencv.org/question/6789/problem-with-installation-opencv/

$ git checkout 2.4.3

コミットしろってエラーが出てアボートするので、

git add .
git commit -m "commit"

してからcheck outする。