Ask Your Question

chancancode's profile - activity

2013-02-06 17:01:49 -0600 answered a question problem with installation opencv

Try running

$ git checkout 2.4.3 # or 2.4.3.1 or 2.4.3.2

...somewhere in your opencv checkout before you run

$ python ./build_framework.py <SOME_DIR_OUTSIDE_OF_OPENCV_SOURCE_TREE>
2013-02-06 17:00:53 -0600 received badge  Editor (source)
2013-02-06 16:59:07 -0600 answered a question Trying to get Opencv 2.4.3 framework in my xcode 4.5 for an iOS 6 app

Try running

$ git checkout 2.4.3 # or 2.4.3.1 or 2.4.3.2

...somewhere in your opencv checkout before you run

$ python ./build_framework.py <SOME_DIR_OUTSIDE_OF_OPENCV_SOURCE_TREE>