niw / iphone_opencv_test
- Source
- Commits
- Network (5)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
experimental…
| name | age | message | |
|---|---|---|---|
| |
.authors | Thu Mar 05 10:08:27 -0800 2009 | |
| |
.gitignore | ||
| |
Classes/ | Thu Dec 25 13:21:38 -0800 2008 | |
| |
Default.png | Fri Dec 26 04:11:45 -0800 2008 | |
| |
Default_source.png | Fri Dec 26 04:11:45 -0800 2008 | |
| |
Icon.png | Mon Jan 05 10:53:18 -0800 2009 | |
| |
Icon_source.png | Mon Jan 05 10:53:18 -0800 2009 | |
| |
Info.plist | Mon Jul 28 09:23:01 -0700 2008 | |
| |
MIT-LICENSE.txt | Sun May 31 06:43:23 -0700 2009 | |
| |
MainWindow.xib | Mon Jan 05 10:53:18 -0800 2009 | |
| |
OpenCVTest.xcodeproj/ | ||
| |
OpenCVTest_Prefix.pch | Mon Jul 28 05:10:14 -0700 2008 | |
| |
README.md | ||
| |
Tink.aiff | Thu Dec 25 13:21:50 -0800 2008 | |
| |
configure_opencv | ||
| |
cvcalibration.cpp.patch_opencv-1.1.0 | Sat Nov 14 22:19:31 -0800 2009 | |
| |
cvcalibration.cpp.patch_opencv-2.0.0 | Sat Nov 14 22:19:31 -0800 2009 | |
| |
laughing_man.ai | Mon Jul 28 19:55:40 -0700 2008 | |
| |
laughing_man.png | Mon Jul 28 19:55:40 -0700 2008 | |
| |
lena.jpg | Mon Jul 28 05:10:14 -0700 2008 | |
| |
main.m | Mon Jul 28 05:10:14 -0700 2008 | |
| |
opencv_device/ | ||
| |
opencv_simulator/ |
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

