Commit Graph

52 Commits

Author SHA1 Message Date
Kirill Kornyakov 8a47b3d5d5 fixed OpenCV_DIR 2011-05-18 12:48:08 +00:00
Andrey Kamaev 9d787afe72 Small Android build fixes 2011-05-13 18:32:05 +00:00
Andrey Kamaev 039c35e2e7 Removed outdated build instructions 2011-05-11 22:48:05 +00:00
Andrey Kamaev 6aea54e308 Added simple command line sample for Android 2011-05-11 22:46:17 +00:00
Andrey Kamaev 6facf8ba3b Final version of scripts for Android cross-compilation on Windows. 2011-05-10 13:35:20 +00:00
Andrey Kamaev 4c7a8f8d24 Updated Android cross-compilation on Windows. 2011-05-09 23:22:46 +00:00
Andrey Kamaev c67f1a2551 Added missed CMakeCache.android.initial.cmake to windows build scripts 2011-05-06 20:53:55 +00:00
Andrey Kamaev 43f12fa96b Removed excess l 2011-05-06 18:42:25 +00:00
Andrey Kamaev 05ece2433e Fixed Android API level detection for toolchain build 2011-05-06 16:15:10 +00:00
Andrey Kamaev 9f29506d2c Refactored NEON optimization usage 2011-05-06 12:24:56 +00:00
Andrey Kamaev 727fbd5376 Android cmake toolchain file is included into OpenCV 2011-05-03 08:13:50 +00:00
Andrey Kamaev c122b7e114 Fixed tests compilation issue with low Android API levels. OpenCV successfully compiles for API level 3 and above.
Enable tests for Android by default.
2011-04-30 10:38:24 +00:00
Ethan Rublee 74907eeb8e Dissable tests for android by default. 2011-04-29 20:51:56 +00:00
Andrey Kamaev b906ad3108 Test system included into Android build 2011-04-11 14:47:06 +00:00
Ethan Rublee e17c30d3c2 A few scripts to each making the sample. 2011-04-06 18:11:54 +00:00
Andrey Kamaev 68534d70f3 Merged android-experimental branch back to trunk. 2011-04-06 14:31:03 +00:00
Ethan Rublee a5e17c2fbf Linking order for android. 2011-02-10 18:59:13 +00:00
Ethan Rublee 13019516f7 Fixing check in NativePreviewer for supported modes, and a little auto formatting 2011-01-31 03:13:29 +00:00
Ethan Rublee a08054126a Adding a few settings to the camera driver for android. 2011-01-30 02:36:20 +00:00
Ethan Rublee 6b8b42bb8a swapping features2d with calib3d for linking order, rerun cmake in android to update your
android-opencv.mk file.
2010-12-29 18:49:41 +00:00
Vadim Pisarevsky a7a5dd051a updated version number; removed unnecessary index.html and ChangeLog.htm 2010-12-04 19:21:45 +00:00
Ethan Rublee fb67186351 editing the camerasettings text 2010-11-30 01:19:45 +00:00
Ethan Rublee 8b0a186ff0 adding include of "jni.h" 2010-11-29 08:37:41 +00:00
Ethan Rublee 120a3b75fc optimizing calibration for android 2010-11-28 21:24:11 +00:00
Ethan Rublee 56313594b8 optimizing calibration for android 2010-11-28 20:27:57 +00:00
Ethan Rublee 12e264fbf2 adding the start of a neon based yuv2rgb routine - very ugly and rough 2010-11-28 05:42:48 +00:00
Ethan Rublee 64f9f7f23c Adding optimization for brief and android using NEON SIMD intrinsics 2010-11-28 05:41:50 +00:00
Ethan Rublee f40e51588b fixing a small error in the armeabi selection 2010-11-27 09:08:19 +00:00
Ethan Rublee deb444bdda fixing a small error in the armeabi selection 2010-11-27 09:07:57 +00:00
Ethan Rublee 78461db503 CameraTemplate compiles... not sure if it runs. 2010-11-27 09:07:32 +00:00
Ethan Rublee f7c1749379 Bringing the CVCamera up to speed with new changes to android-jni - added settings and centered the camera. 2010-11-27 08:40:10 +00:00
Ethan Rublee 04a428c163 Adding color as default for CameraConfig, and updating the README.txt 2010-11-27 08:39:09 +00:00
Ethan Rublee 8acb3de230 Adding a few comments to the readme for android. 2010-11-27 08:13:18 +00:00
Ethan Rublee d1d07c9a86 conforming the calibration sample to the new refactor of android-jni 2010-11-27 08:12:29 +00:00
Ethan Rublee 3a932b0f6c Refactoring the image_pool for android, and adding some common utils for camera configuration. Also experimenting with optimization - grayscale preview is way faster than color right now. 2010-11-27 07:59:22 +00:00
Ethan Rublee 63ba7ee2d9 patch from ticket #699 added 2010-11-22 22:48:52 +00:00
Ethan Rublee ed13422681 changing the names of the opencv libraries for android, all except 3rd parties have opencv_ prepended 2010-11-09 17:59:27 +00:00
Ethan Rublee d0a4352eae adding an include director to android cmake <opencv2/opencv.hpp> should work now 2010-10-26 01:38:31 +00:00
Ethan Rublee d3ce702c4b adding a copy of the wiki entry for android build 2010-10-25 21:53:55 +00:00
Ethan Rublee 9ee99f1feb correct spelling of my email address.. 2010-10-23 18:17:30 +00:00
Ethan Rublee 525da9ef01 working on cleaning up the android port - trying to fix the distortion coefficients bug 2010-10-12 02:23:08 +00:00
Ethan Rublee 2f859a8652 adding samples to the android apps directory 2010-10-12 02:21:30 +00:00
Ethan Rublee 50df762c4e giving the android jni a start up function OnLoad 2010-09-26 18:12:42 +00:00
Ethan Rublee 9d9453906b adding setup for some sample applications that use OpenCV on the android platform - nothing concrete yet - but soon. 2010-09-23 13:48:12 +00:00
Ethan Rublee 96e127134d fixing a bug in the local.env.mk setup, and correcting the readme's
Also, the androi-opencv.mk.in wasn't correct for one of the crystax NDK
build directory setups
2010-09-22 13:24:37 +00:00
Ethan Rublee 699216436c adding some functionality to the android-opencv shared library 2010-09-22 12:13:26 +00:00
Ethan Rublee 2f3f677ffe woops, broke cmake for a bit... 2010-09-22 03:36:45 +00:00
Ethan Rublee 60357e256b removing the duplicated zlib for android - seems to build and link fine with the old one ... 2010-09-22 02:20:42 +00:00
Ethan Rublee fbac20273c adding cmake based android scripts and a reusable android library - samples to follow - haven't tested yet completely 2010-09-22 01:47:11 +00:00
Ethan Rublee bd829b8f7c deleting the android - will readd momentarily 2010-09-22 01:11:12 +00:00