Vitaly Tuzov
2492c299f3
Extended set of existing performance test to OpenVX HAL suitable execution modes
8 years ago
Alexander Alekhin
39d7ecc93b
perf: disabled checks for magic numbers
...
Results are not bit-exact
8 years ago
cbalint13
fb56d5c482
Squash all BRISK commits into one.
10 years ago
cbalint13
bbdf21679f
Leave AGAST at thresold=10, cosmetic for perf tests.
10 years ago
cbalint13
0ec5561b4e
Adjust AGAST perftest to be at parity (better) with FAST ones.
10 years ago
Ilya Lavrenov
89e3c508d8
fixed tests for aarch64
10 years ago
cbalint13
26997f32c6
Fix BRISK detector&descriptor using proper AGAST.
10 years ago
Ilya Lavrenov
cf4c79ebdd
disabled some kernels for Android && NVidia
10 years ago
Vadim Pisarevsky
01d3848f17
all the tests now pass except for MSER
10 years ago
Vadim Pisarevsky
09df1a286b
OpenCV with the refactored features2d compiles! contrib is broken for now; the tests are not tried yet
10 years ago
Vadim Pisarevsky
c5261ea3d2
all the tests now pass except for MSER
10 years ago
Vadim Pisarevsky
5e667ee53a
OpenCV with the refactored features2d compiles! contrib is broken for now; the tests are not tried yet
10 years ago
Alexander Alekhin
55188fe991
world fix
10 years ago
vbystricky
4286f60387
Extract imgcodecs module from highgui
11 years ago
Ilya Lavrenov
c53398a438
performance tests for FAST
11 years ago
Ilya Lavrenov
b47bec2ed0
performance tests for ORB
11 years ago
Vadim Pisarevsky
3e854fa6e5
finished OpenCL port of ORB
11 years ago
Konstantin Matskevich
133f91f3f2
added perf test
11 years ago
Roman Donchenko
e9a28f66ee
Normalized file endings.
11 years ago
Roman Donchenko
d9f71b762f
Deleted almost all of the precomp.cpp files.
...
Looks like we don't actually use them; when creating precompiled headers
with Visual C++, a dummy .cpp is created at build time.
11 years ago
Andrey Kamaev
96b008cd29
Eliminate the need of ::testsing::ValuesIn() for CV_ENUM
...
Also cv::, cv::gpu:: and cv::ocl:: namespace prefixes can be safely omitted
inside CV_ENUM and CV_FLAGS
12 years ago
Andrey Kamaev
ad5cddc007
Main module headers are moved 1 level up
...
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
12 years ago
Andrey Kamaev
2a6fb2867e
Remove all using directives for STL namespace and members
...
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
12 years ago
Andrey Kamaev
b870b246e1
Fix memory corruption in batchDistance perf tests
12 years ago
Anatoly Baksheev
94c310fc14
added Ptr::operator==
12 years ago
Anna Kogan
4e21f42714
increased time-limits
12 years ago
Anna Kogan
8877066846
increased time-limits
12 years ago
Andrey Kamaev
a126532cb7
Fix OS X build warnings
12 years ago
marina.kolpakova
7a5b9a6b7f
replase __APPLE__ marco with __clang__
12 years ago
Andrey Kamaev
e3be5f138a
Fixed sanity checks in several performance tests
12 years ago
Andrey Kamaev
84934f7bfc
Fix SHORT data type support in Algorithm
...
* typo in Algorithm::addParam for 'short' data type which results in segmentation fault on ARM
on attempt to set type property for FAST using setter inherited from Algorithm
* added short type support to read/write methods
* improved some error messages
12 years ago
Andrey Kamaev
2b0072d823
Suppress more warnings in gtest on OS X
12 years ago
Andrey Kamaev
5a730d09cd
Fix binary compatibility of opencv_features2d
12 years ago
Andrey Kamaev
821de96346
Adjust thresholds in sanity checks for batchDistance
12 years ago
Andrey Kamaev
97640847c5
Add methods to sort keypoints and corresponding descriptors
12 years ago
Andrey Kamaev
5047f2d64d
Fix perf tests in features2d module
12 years ago
Andrey Kamaev
d4cf9e22cc
Fix terrible perf test for FAST detector
12 years ago
Vadim Pisarevsky
06a13d9ba0
replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet
12 years ago
Daniil Osokin
45c49a9088
Added perf test
12 years ago
Daniil Osokin
39d6adea17
Added perf test
12 years ago
Vadim Pisarevsky
640408ebe7
added FAST<5/8> & FAST<7/12> (by Vincent Rabaud)
12 years ago
Andrey Kamaev
e900952b87
quiet most of the OSX build warnings
13 years ago
Andrey Kamaev
bd0e0b5800
Merged the trunk r8589:8653 - all changes related to build warnings
13 years ago
Andrey Kamaev
47a4e87784
Ignored warnings from gtest with precompiled headers enabled
13 years ago
Andrey Kamaev
49a1ba6038
Set stricter warning rules for gcc
13 years ago
Vadim Pisarevsky
957e80abbd
lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template.
13 years ago
Andrey Kamaev
65f5343ed5
Refactored performance tests. TEST_CYCLE macro is renamed to TEST_CYCLE_N; SIMPLE_TEST_CYCLE is renamed to TEST_CYCLE; from now 100 iterations are default for performance tests
13 years ago
Andrey Kamaev
3970664e24
Performance test for FAST features detector
13 years ago
Andrey Kamaev
3f22a1c40f
Performace tests for ORB
13 years ago
Andrey Kamaev
22bd127365
Added performance tests for cv:phase and cv::SURF
13 years ago