Anna Kogan
8877066846
increased time-limits
12 years ago
Andrey Kamaev
157cdeb443
Merge pull request #175 from taka-no-me:run_py
12 years ago
Andrey Kamaev
ae149adb29
Merge pull request #190 from asmorkalov:ninja_fix
12 years ago
Andrey Kamaev
cbe22fb5d1
Android: always sort list of NDK toolchains
...
Order returned by CMake is unreliable but we need clang to go after gcc for
automatic toolchain selection.
12 years ago
Alexander Smorkalov
86f7a357ae
Tutorial-5 functionality implemented.
12 years ago
Alexander Smorkalov
24c920a33a
Base for new sample added.
12 years ago
Andrey Kamaev
03f402892d
Merge pull request #188 from asmorkalov:app_framework
12 years ago
Andrey Kamaev
930b580e0d
Merge pull request #189 from wswld:2.4
12 years ago
Alexander Smorkalov
383e04d9e4
OpenCV Manager build via ninja (Bug #2575 ) fixed.
12 years ago
Vsevolod Glumov
0711e65972
Added a note to the android_dev_intro.rst.
12 years ago
Alexander Smorkalov
2e5a7284d2
Code review comments applied.
12 years ago
Alexander Smorkalov
e95fc27490
Samples updated
...
In tutorial-1 fps meter enabled via layout.xml. Camera id is set to "any" via lauout.xml;
In tutorial-2 message moved ion the bottom of the screen.
12 years ago
Alexander Smorkalov
0efc32fc21
Attribure loading from layout improved.
...
OpenCV namespace added;
Default values for camera_id added;
Aditional constructor with cameraId added.
Resolution added to FPS message.
12 years ago
Alexander Smorkalov
8266eab8b4
OpenCV app framework improved
...
FPS meter added;
Camera switching posibility added;
Attributes loading for layout filed implemented.
12 years ago
Andrey Kamaev
214629b220
Merge pull request #187 from vpisarev:doc_fixes_2.4
12 years ago
Andrey Kamaev
dc3aa27be4
Merge pull request #183 from apavlenko:perf/android_filters_accuracy
12 years ago
Andrey Kamaev
8286e1a5f7
Merge pull request #185 from apavlenko:bug2569/simplify_samples_jni_code
12 years ago
Andrey Pavlenko
c36dcbcada
Increase accuracy interval for image filters on Android and other platforms when sensible
12 years ago
Vadim Pisarevsky
db965353f4
fixed a few compile errors/warnings in 2.4 branch of the docs
12 years ago
marina.kolpakova
39da17a02a
Merge pull requst #177 from cuda-geek/another-one-integral-fix
12 years ago
marina.kolpakova
a22edb037f
fixed typo
12 years ago
Andrey Pavlenko
b19f672843
( #2569 ) simplifying code to avoid Eclipse CDT editor confusion, removing warnings and typos in comments
12 years ago
marina.kolpakova
7df45c0dcc
remove unnecessary copying in SURF
12 years ago
marina.kolpakova
91913364d6
reintegrate warp shuffle based integral
12 years ago
marina.kolpakova
5460cee9e9
fix cascade classifier GFF NMS for empty candidates vector
12 years ago
Andrey Kamaev
23011ffd81
Merge pull request #179 from cuda-geek:usr-bin-env-python
12 years ago
Andrey Kamaev
6eed90e5e8
Merge pull request #180 from mdim:fix_compile_error
12 years ago
Andrey Kamaev
901c0d80c3
Merge pull request #178 from cuda-geek:fix-2504
12 years ago
Maria Dimashova
97e36b9375
fix a compile error in case of building without highgui
12 years ago
marina.kolpakova
68d04d28b6
replace offsets in surf to simple copy for better speed
12 years ago
Andrey Kamaev
8daebeac8a
run.py: add --check option for easy run of sanity checks
12 years ago
Andrey Kamaev
9db1d9ba13
run.py: improve handling of multiple Android devices
...
* do not lose auto-selected device while running several tests
* reduce output noise
* list available devices if unable to auto-select device
* fix error message when no devices connected
12 years ago
marina.kolpakova
be0c20b758
align grid by 4
12 years ago
marina.kolpakova
fceb62386d
fix for 2504: WITH_CUDA disabled with OSX in 2.4.3.
12 years ago
marina.kolpakova
285d6320be
add #/usr/bin/env python to all python files
12 years ago
Andrey Kamaev
f45b5b13f1
Merge pull request #172 from asmorkalov:default_cam_lib_path
12 years ago
Andrey Kamaev
081887ee16
Merge pull request #174 from asmorkalov:full_sreen_fix
12 years ago
Alexander Smorkalov
2c67731a7b
Issue #2549 OpenCV Samples does not expand on full screen fixed.
...
All samples use application style in android manifest instead of system calls in onCreate event now.
12 years ago
Alexander Smorkalov
3282e08f55
Default native library path for native camera updated.
...
New versions tries to search library in arm-v7a and Manager packages only.
12 years ago
Alexander Smorkalov
845e52b676
OpenCV Manager headers refactoring.
...
All constants moved to android independent header file.
12 years ago
Andrey Kamaev
8579666b03
Merge pull request #171 from asmorkalov:android_8_neon_fix
12 years ago
Andrey Kamaev
24af691843
Merge pull request #168 from asmorkalov:android_42_camera_fix
12 years ago
Alexander Smorkalov
8ecd22ba48
Automatic minsdkversion setup added;
...
Linker problems on armeabi-v7a+NEON with Android 2.2 fixed;
12 years ago
Vadim Pisarevsky
c31f106012
Merge branch 'ParallelVideoStreams' of https://github.com/ilya-lavrenov/opencv into 2.4
12 years ago
Alexander Smorkalov
aa4e6a8a83
Issue #2547 Native camera does not work on Google Nexus 7 with Android 4.2 fixed;
...
Issue #2506 Unnecessary log printouts in OpenCV::camera fixed;
Native camera for MIPS Android 4.1.1 added.
Build script for camera updated.
12 years ago
Andrey Kamaev
d559c18ee5
Merge pull request #161 from apavlenko:fix/sdk_r21
12 years ago
Andrey Pavlenko
cfd634ca3e
Improving compatibility with the latest Android SDK (r21) and NDK (r8c).
...
- Adding Android SDK/ADT r21 compatibility;
- fixing stl headers path for new ndk;
- fixing native API level for Android projects
12 years ago
Andrey Kamaev
4fce5a5e83
Merge pull request #170 from asmorkalov:engine_build_fix
12 years ago
Andrey Kamaev
934b623fa9
Merging pull request #169 from taka-no-me:android-ndk-r8c
12 years ago
Andrey Kamaev
d3397a1d6d
Merging pull request #167 from asmorkalov:java_api_manager_test
12 years ago