Andrey Kamaev
b6efec5f8b
Add support for Android NDK r8d
12 years ago
Vladislav Vinogradov
660d23aa04
added cv::gpu::resetDevice to RunPerfTestBody
12 years ago
Andrey Kamaev
80a1d569ca
Add support for multidimentional matrices into the sanity checks
12 years ago
Andrey Kamaev
e1afb1409f
Add --perf_verify_sanity option to performance tests
...
This option provides an easy way to identify tests having no regression data
for sanity checks
12 years ago
Andrey Kamaev
6e244c83cd
Corrected sanity checks in several perf tests
...
Also fixed a typo in performance testing framework and removed hardcoded
temporary file name from highgui perf test
12 years ago
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
Andrey Kamaev
b0d3830399
Update gtest to upstream r629
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
285d6320be
add #/usr/bin/env python to all python files
12 years ago
Andrey Kamaev
7267d518d5
Fix build in Visual Studio 2005
12 years ago
Andrey Kamaev
0072078857
Hide non-windows variable in gtest
12 years ago
Andrey Kamaev
c13eb07d47
Fix argument parsing for old command line parser
12 years ago
OpenCV Buildbot
81f826db2b
Normalize line endings and whitespace
12 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
12 years ago
Andrey Kamaev
d566c6bc86
Revert "add new version of CommandLineParser. add empty docs"
...
This reverts commit 54a202b3d5
.
Conflicts:
modules/core/doc/command_line_parser.rst
modules/core/include/opencv2/core/core.hpp
modules/core/src/cmdparser.cpp
modules/gpu/perf/main.cpp
modules/gpu/test/main.cpp
modules/ts/src/ts_perf.cpp
12 years ago
Andrey Kamaev
52e490ef88
Revert "fixed compile error under linux"
...
This reverts commit e2d9fc4dcc
.
12 years ago
Andrey Kamaev
3ffe0f0117
Remove unused tbb::task_scheduler_init from perf tests
12 years ago
Andrey Kamaev
c3881ede62
Refactor thread management in performance tests
12 years ago
Kirill Kornyakov
84176fa027
Added perf test for warpPerpsective with large resolutions
12 years ago
marina.kolpakova
800cb9d0e6
allow gpu module write sanity data for GPU and CPU tests in one xml
12 years ago
Andrey Kamaev
a3a658c034
Quiet MSVC warning
12 years ago
Andrey Kamaev
97640847c5
Add methods to sort keypoints and corresponding descriptors
12 years ago
Andrey Kamaev
18295bc778
Improve performance tests failures formatting
12 years ago
Andrey Kamaev
423837ddae
Restore theRNG seed reset on test SetUp as it is still needed
12 years ago
Oleg Sklyarov
3f61b9792b
fixed bug #2407 : run.py now understands android device names with spaces
12 years ago
marina.kolpakova
b28acfc12e
add GPU module specific command line arguments
12 years ago
marina.kolpakova
f88be98ec4
print information message about target device for GPU module tests
12 years ago
marina.kolpakova
f5d6367ea1
GPU module performance tests are aligned with other OpenCV pefrofmance tests
12 years ago
Andrey Kamaev
39d6eb7312
Add sanity check support for vector<DMatch>
12 years ago
Andrey Kamaev
95b6a103b5
Add sanity checks support for vertor<KeyPoint>
12 years ago
Andrey Kamaev
5a5c477be6
Make performance tests for solvePnPRansec more determenistic
12 years ago
Andrey Kamaev
e2ff0ed1fb
Add sanity checks to objdetect module perf tests
12 years ago
Andrey Kamaev
c146c54bcd
Fix sanity checks for empty objects
12 years ago
Andrey Kamaev
a3ab6d147d
Fix CV_ENUM macro instability
12 years ago
Andrey Kamaev
6151a6ea0b
Make SANITY_CHECK required for all performance tests
12 years ago
marina.kolpakova
23699acca0
fix for bug 2264
...
fix compilation OpenCV with cxx11 under Ubuntu with clang and gcc 4.7
12 years ago
Kirill Kornyakov
494ae1562d
Added 240p resolution alias for perf tests
12 years ago
Oleg Sklyarov
bbe418427e
Added WQHD = 1444p frame size
12 years ago
Andrey Morozov
e2d9fc4dcc
fixed compile error under linux
12 years ago
AoD314
54a202b3d5
add new version of CommandLineParser. add empty docs
12 years ago
Andrey Kamaev
b8adc04545
Fix Android build warnings
12 years ago
Andrey Kamaev
3d9018f019
Fix run.py version control detection when used outide of OpenCV build
12 years ago
Vadim Pisarevsky
0bd68a70f1
fixed #2297 , #2300 ; fixed several warnings
12 years ago
Andrey Kamaev
a840d929ac
#2170 fix warning of undefined GTEST_HAS_DEATH_TEST
12 years ago
Vladislav Vinogradov
81d6400f45
fixed compilation under windows
12 years ago
Daniil Osokin
e37b9469da
Added perf tests
12 years ago
Daniil Osokin
cfd80152bb
test
12 years ago
Andrey Kamaev
a3527fc4d8
Add git support to run.py
12 years ago
Andrey Kamaev
50d13ba5c4
Fixed xml name generation in run.py
12 years ago