Ilya Lavrenov
c49c3e0a91
fixed and generalized ocl::blendLinear
12 years ago
Ilya Lavrenov
900c303636
added performance tests for ocl::bitwise_or and ocl::bitwose_xor
12 years ago
Andrey Pavlenko
2b6fca68bf
fixing typo
12 years ago
peng xiao
68a8a11161
Rewrite distanceToCenters.
...
It supports NORM_L1 distance types now and can
use user provided indices.
Also fixed a bug of kmeans where distance pointers should be float instead
of double.
NORM_L2 changed to NORM_L2SQR, Accuracy and Perf tests are added
added ROI support in accuracy test of distanceToCenters
12 years ago
Alexander Alekhin
4bfeeb0738
ocl: perf: use RELATIVE_ERROR in SANITY_CHECK for exp/log/pow
12 years ago
Alexander Alekhin
376cd8f84f
perf: added simple collection strategy
12 years ago
Alexander Alekhin
4413bee693
ocl: reverted type of perf test params for Kalman filter
12 years ago
Alexander Alekhin
1980aad8d7
ocl: dump device info in tests
12 years ago
Ilya Lavrenov
39c1e5ff73
added perf tests for min, max, abs
12 years ago
Ilya Lavrenov
9d1636daa6
catching OpenCL double not supported exceptions
12 years ago
Ilya Lavrenov
10d60f99dc
fixed ocl::integral and enabled perf test for it
12 years ago
Alexander Alekhin
16adbda4d3
ocl: added OpenCL device selection via OPENCV_OPENCL_DEVICE environment variable
12 years ago
Alexander Alekhin
dd9ff587dc
ocl: file-based ProgramCache refactoring
12 years ago
Alexander Alekhin
e8d9ed8955
ocl: split initialization.cpp into 3 files: context, operations, programcache
12 years ago
Ilya Lavrenov
e8b93040d6
enabled ocl::norm perf test
12 years ago
Alexander Alekhin
a8ac3ec72a
ocl: perf test: disable MOG2 (random hungs), enable upload/download
12 years ago
Ilya Lavrenov
bd36e556a1
removed ocl::magnitudeSqr
12 years ago
Jin Ma
1bfe39f485
Added knearest neighbor of OpenCL version.
...
It includes the accuracy/performance test and the implementation of KNN.
12 years ago
Ilya Lavrenov
6a26c4483f
added performance tests for data transfer operations
12 years ago
Ilya Lavrenov
9311f84109
disabled MOG tests if no video input support
12 years ago
Jin Ma
f4d0c9b13c
Revised the code according to the feedback of the community.
12 years ago
Jin Ma
b9d7e67589
Removed whitespace.
12 years ago
Jin Ma
2e0f613c38
Added performance for Kalman Filter.
12 years ago
Ilya Lavrenov
16357418d5
increased time limit for bilateral filter performance tests
12 years ago
Ilya Lavrenov
b07b9aca5a
fixed HOG perf test
12 years ago
Jin Ma
2fb0d23104
Removed unnecessary process for conversion to 4-channel format.
12 years ago
Jin Ma
172242a94e
Revised performance test according to the feedback of the community.
12 years ago
Jin Ma
1366df8250
MOG&MOG2: Modified the performance test according to the feedback of the community.
12 years ago
ilya-lavrenov
722bdc52a0
enabled gemm and dft erf test
12 years ago
Jin Ma
dd73016c8b
Removed whitespace.
12 years ago
Jin Ma
e528f39def
Added the performance test for mog and mog2.
12 years ago
ilya-lavrenov
a6084d2970
enabled some tests that failed before OCL_TEST_CYCLE*() macroses were defined and for some tests was disabled SANITY_CHECK, because plain and ocl results must not be completely equal
12 years ago
Jin Ma
114f3266d8
Removed performance test.
12 years ago
Jin Ma
4f3349ffe4
Added perf namespace.
12 years ago
yao
ab235cda74
fix warnings
12 years ago
yao
26b5eb3e39
add adaptive bilateral filter (cpp and ocl version)
12 years ago
Roman Donchenko
122d0f8685
Deleted the now-empty ocl perf_precomp.cpp.
...
See pull request #1241 for why.
12 years ago
ilya-lavrenov
3c86aa4ae1
appended ocl::finish to test_cycle defines
12 years ago
ilya-lavrenov
d02ccc9590
the code was refactored and old test system code was removed
12 years ago
ilya-lavrenov
4c28a6f0f6
most of the performance tests was rewritten in google-test manner
12 years ago
Roman Donchenko
3c137f7a04
Converted tabs to spaces.
12 years ago
Roman Donchenko
e9a28f66ee
Normalized file endings.
12 years ago
Roman Donchenko
f55740da70
Deleted all trailing whitespace.
12 years ago
Jin Ma
1bcd1fd3a2
Used perf_precomp.hpp instead of precomp.hpp for test.
12 years ago
Jin Ma
a3aa7966ae
Resolved compiling errors under Linux.
12 years ago
Jin Ma
916b92bc3b
Resolved a compiling warning under Windows.
12 years ago
Jin Ma
3fb0bf6e99
Added MOG and MOG2.
12 years ago
Roman Donchenko
4dc63273f0
Renamed ocl tests' precomp files according to convention.
...
Also, added the missing include guard to perf_precomp.hpp.
This should fix the build.
12 years ago
yao
f1060ac514
a little simplify to pyrlk kernel
12 years ago
peng xiao
ff73557304
Fix compilation error on Mac
12 years ago