This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit a2e6c08db6c8af0d059f972a292d89f973b9d7d2
tree a5372530256406431296982031b976d53d7cfebc
parent e36e737cae8e677cff3069d52ad004550fdb85fe
tree a5372530256406431296982031b976d53d7cfebc
parent e36e737cae8e677cff3069d52ad004550fdb85fe
| name | age | message | |
|---|---|---|---|
| |
.authors | Thu Mar 05 10:08:27 -0800 2009 | |
| |
.gitignore | Thu Mar 05 10:11:35 -0800 2009 | |
| |
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/ | Tue May 12 05:25:43 -0700 2009 | |
| |
OpenCVTest_Prefix.pch | Mon Jul 28 05:10:14 -0700 2008 | |
| |
README.md | Tue May 12 05:26:01 -0700 2009 | |
| |
Tink.aiff | Thu Dec 25 13:21:50 -0800 2008 | |
| |
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_armv6/ | Thu Mar 05 10:25:11 -0800 2009 | |
| |
opencv_build_scripts/ | Sun Jul 05 13:05:16 -0700 2009 | |
| |
opencv_sim/ | Thu Mar 05 10:25:11 -0800 2009 |
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







