niw / iphone_opencv_test
- Source
- Commits
- Network (5)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
a2e6c08
iphone_opencv_test / README.md
Using OpenCV on iPhone
This source repository includes pre-compiled OpenCV library and headeres so that you can get started easily! see /opencv_arm6 for iPhone device and /opencv_sim for iPhone simulator(for Intel Mac only).
Building Static Link Version of OpenCV
If you want to build it from source code, you can do by next steps.
Getting source code from sourceforge. I tested with opencv-1.1pre1.tar.gz.
Extract tar.gz in the top of project dir
% tar xzvf opencv-1.1pre1.tar.gzEdit opencv_build_scripts/configure_*.sh for your enviroment(--prefix etc...) if need
Build for each platforms(armv6, sim)
% cd opencv-1.1.0 % mkdir build_(platform) % pushd build_(platform) % ../../opencv_build_scripts/configure_(platform).sh % make % make install % popd
