67 Commits (b509cc2a4d98daa1b463711b9bfb7a8e0b7f296a)

Author SHA1 Message Date
Andrey Kamaev 1c96aac52e Fixed several cross-compiling issues. Fixed cmake status report. 14 years ago
Andrey Kamaev f8e42721d3 HelloAndroid sample is moved to samples/android 14 years ago
Andrey Kamaev 092699783a Added cmake script to build Android samples 14 years ago
Andrey Kamaev ba7ee71c20 Numerous small fixes in CMakeLists.txt 14 years ago
Andrey Kamaev c1940b4ec7 Modified install layout for Android 14 years ago
Andrey Kamaev b5d73111eb Added new module for Java API 14 years ago
Andrey Kamaev 725d771570 Fixed output paths for Android build 14 years ago
Andrey Kamaev 76bc9f8c20 Removed SWIG from Android toolchain; always search for python; find_program/find_package cmake functions wrapped for case of cross-compiling. 14 years ago
Andrey Kamaev 9c71134caf Added generation of OpenCV.mk file for Android development with ndk-build tool 14 years ago
Andrey Kamaev 092beae2d5 Updated NDK default paths for version r5c 14 years ago
Andrey Kamaev 206aa50f86 Added Android native camera module 14 years ago
Andrey Kamaev c7bdf83de5 Fixed Android build 14 years ago
Andrey Kamaev 2f3b75c841 Fixed windows build scripts in HelloAndroid sample. 14 years ago
Andrey Kamaev 166bfdda45 Updated build scripts for HelloAndroid sample. 14 years ago
Ethan Rublee 72728b4481 Applying patch mentioned in ticket #1085 14 years ago
Kirill Kornyakov 8a47b3d5d5 fixed OpenCV_DIR 14 years ago
Andrey Kamaev 9d787afe72 Small Android build fixes 14 years ago
Andrey Kamaev 039c35e2e7 Removed outdated build instructions 14 years ago
Andrey Kamaev 6aea54e308 Added simple command line sample for Android 14 years ago
Andrey Kamaev 6facf8ba3b Final version of scripts for Android cross-compilation on Windows. 14 years ago
Andrey Kamaev 4c7a8f8d24 Updated Android cross-compilation on Windows. 14 years ago
Andrey Kamaev c67f1a2551 Added missed CMakeCache.android.initial.cmake to windows build scripts 14 years ago
Andrey Kamaev 43f12fa96b Removed excess l 14 years ago
Andrey Kamaev 05ece2433e Fixed Android API level detection for toolchain build 14 years ago
Andrey Kamaev 9f29506d2c Refactored NEON optimization usage 14 years ago
Andrey Kamaev 727fbd5376 Android cmake toolchain file is included into OpenCV 14 years ago
Andrey Kamaev c122b7e114 Fixed tests compilation issue with low Android API levels. OpenCV successfully compiles for API level 3 and above. 14 years ago
Ethan Rublee 74907eeb8e Dissable tests for android by default. 14 years ago
Andrey Kamaev b906ad3108 Test system included into Android build 14 years ago
Ethan Rublee e17c30d3c2 A few scripts to each making the sample. 14 years ago
Andrey Kamaev 68534d70f3 Merged android-experimental branch back to trunk. 14 years ago
Ethan Rublee a5e17c2fbf Linking order for android. 14 years ago
Ethan Rublee 13019516f7 Fixing check in NativePreviewer for supported modes, and a little auto formatting 14 years ago
Ethan Rublee a08054126a Adding a few settings to the camera driver for android. 14 years ago
Ethan Rublee 6b8b42bb8a swapping features2d with calib3d for linking order, rerun cmake in android to update your 14 years ago
Vadim Pisarevsky a7a5dd051a updated version number; removed unnecessary index.html and ChangeLog.htm 14 years ago
Ethan Rublee fb67186351 editing the camerasettings text 14 years ago
Ethan Rublee 8b0a186ff0 adding include of "jni.h" 14 years ago
Ethan Rublee 120a3b75fc optimizing calibration for android 14 years ago
Ethan Rublee 56313594b8 optimizing calibration for android 14 years ago
Ethan Rublee 12e264fbf2 adding the start of a neon based yuv2rgb routine - very ugly and rough 14 years ago
Ethan Rublee 64f9f7f23c Adding optimization for brief and android using NEON SIMD intrinsics 14 years ago
Ethan Rublee f40e51588b fixing a small error in the armeabi selection 14 years ago
Ethan Rublee deb444bdda fixing a small error in the armeabi selection 14 years ago
Ethan Rublee 78461db503 CameraTemplate compiles... not sure if it runs. 14 years ago
Ethan Rublee f7c1749379 Bringing the CVCamera up to speed with new changes to android-jni - added settings and centered the camera. 14 years ago
Ethan Rublee 04a428c163 Adding color as default for CameraConfig, and updating the README.txt 14 years ago
Ethan Rublee 8acb3de230 Adding a few comments to the readme for android. 14 years ago
Ethan Rublee d1d07c9a86 conforming the calibration sample to the new refactor of android-jni 14 years ago
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. 14 years ago