CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 08 Aug 2025 20:59:58 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090504123946
location: https://web.archive.org/web/20090504123946/https://github.com/niw/iphone_opencv_test/tree/master
server-timing: captures_list;dur=0.508972, exclusion.robots;dur=0.023387, exclusion.robots.policy;dur=0.013436, esindex;dur=0.010823, cdx.remote;dur=185.314150, LoadShardBlock;dur=835.266463, PetaboxLoader3.resolve;dur=262.090009, PetaboxLoader3.datanode;dur=491.012299
x-app-server: wwwb-app202
x-ts: 302
x-tr: 1046
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app202; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Fri, 08 Aug 2025 20:59:59 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Mon, 04 May 2009 12:39:40 GMT
x-archive-orig-connection: close
x-archive-orig-set-cookie: _github_ses=BAh7ByIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvIicvbmVzaG1pL3N1cGVyX3NpbXBsZV9jbXMvd2lraXMvbmV3--284c652a6016db58da7c0bd0ade30bef7843ed68; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 720ms
x-archive-orig-etag: "827a5bdb1f428bea00081829a978b759"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 28854
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 04 May 2009 12:39:46 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 04 May 2009 12:39:46 GMT", ; rel="memento"; datetime="Mon, 04 May 2009 12:39:46 GMT", ; rel="next memento"; datetime="Tue, 02 Jun 2009 13:38:01 GMT", ; rel="last memento"; datetime="Sat, 01 Aug 2009 10:22:56 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_9_20090504123714_crawl101-c/52_9_20090504123714_crawl101.arc.gz
server-timing: captures_list;dur=0.487507, exclusion.robots;dur=0.022240, exclusion.robots.policy;dur=0.013825, esindex;dur=0.010046, cdx.remote;dur=11.679603, LoadShardBlock;dur=129.371432, PetaboxLoader3.datanode;dur=76.939491, PetaboxLoader3.resolve;dur=191.460053, load_resource;dur=260.404851
x-app-server: wwwb-app202
x-ts: 200
x-tr: 469
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
niw's iphone_opencv_test at master - GitHub
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 (

Description: | Test application for iPhone with OpenCV library |
Homepage: | https://niw.at/articles/2009/03/14/using-opencv-on-iphone/ |
Clone URL: |
git://github.com/niw/iphone_opencv_test.git
Give this clone URL to anyone.
git clone git://github.com/niw/iphone_opencv_test.git
|
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.gz
Edit 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
This feature is coming soon. Sit tight!