Andrey Kamaev
7c6191ec11
Refactored run.py script and temporary file generation logic
...
* use OPENCV_TEMP_PATH environment variable on all platforms
* fix cleanup after OpenCV tests on Windows
* add --list flag to output names of all tests found
* do not override user-passed --perf_min_samples and --perf_force_samples
options by --check flag
* fix complier checks inside run.py
12 years ago
Vadim Pisarevsky
7852b68c20
Merge pull request #197 from asmorkalov:ffmpeg_status_message_fix
12 years ago
Alexander Smorkalov
6e0db3f527
Feature #1322 "If dll cannot be loaded a warning should be generated" implemented.
12 years ago
Andrey Kamaev
f6ca38a579
Adjust Android Manager version from 2.2 to 2.3
12 years ago
Andrey Kamaev
f12d945712
Remove compiled pdf files from source control
...
The documentation is available online at http://opencv.org/documentation.html
12 years ago
Andrey Kamaev
49c35fafc0
Adjust OpenCV version to 2.4.3.1
12 years ago
Andrey Kamaev
60a98aa5f7
Merge pull request #199 from apavlenko/remove_android_tutorial0
...
removing Android tutorial 0
12 years ago
Andrey Kamaev
677443f3ef
Merge pull request #191 from asmorkalov:custom_cam_init
12 years ago
Andrey Pavlenko
ea83d384c1
removing Android tutorial 0 since it has become irrelevant after moving to the new application framework
12 years ago
Andrey Kamaev
bbfccb61f3
Merge pull request #198 from asmorkalov:disable_warp_tests
12 years ago
Alexander Smorkalov
d36f8b9eb3
Code review comments applied
...
Sample renamed to CameraControl;
Picture taking added to show camera preview restart.
12 years ago
Alexander Smorkalov
f6ff2b87fa
Some perf tests on warping and resize disabled on Android
...
MatInfo_Size_Size.resizeDownLinear
MatInfo_Size_Size.resizeUpLinear
TestWarpPerspectiveNear_t.WarpPerspectiveNear
TestWarpPerspective.WarpPerspective
12 years ago
Andrey Kamaev
64bed2060a
Merge pull request #194 from asmorkalov/v4l_fix
...
Patch #2323 applied
12 years ago
Andrey Kamaev
7e8fab0747
Merge pull request #195 from vpisarev/inv3x3_fix
...
now invert 3x3 on "bad" matrices works well on Windows
12 years ago
Andrey Kamaev
c646bd4b7a
Merge pull request #196 from jet47/gpu-bug-2581
...
fixed Bug #2581
12 years ago
Vladislav Vinogradov
362655b02a
fixed Bug #2581
...
GoodFeaturesToTrackDetector_GPU fails when no corners found
12 years ago
Vadim Pisarevsky
b57e801c04
now invert 3x3 on "bad" matrices works well on Windows
12 years ago
Alexander Smorkalov
bb3d14e1a0
Patch #2323 "cap_libv4l.cpp clears default width and height after setting them" applied.
12 years ago
Andrey Kamaev
5047b3fba2
Merge pull request #193 from AnnaKogan8/perf-tests-increase-time-limits
...
Increased time limits for perf tests
12 years ago
Andrey Kamaev
e1a4d22da6
Merge pull request #192 from taka-no-me/ndk_selection_fix
...
Android: always sort list of NDK toolchains
12 years ago
Anna Kogan
4e21f42714
increased time-limits
12 years ago
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