Alexander Alekhin
9e83463128
ocl: fix pyrUp perf test
11 years ago
Maks Naumov
79eb3c5cde
remove unused variable in OCL_PERF_TEST_P()
11 years ago
Andrey Pavlenko
7d82171af4
- fix test
11 years ago
Andrey Pavlenko
e6e817e613
Revert "Merge pull request #1779 from perping:integral_2.4"
...
This reverts commit 54ea5bbac7
, reversing
changes made to 28e0d3d771
.
11 years ago
Andrey Pavlenko
640e180efe
switching to CV_HAAR_SCALE_IMAGE mode, enabling test
11 years ago
Ilya Lavrenov
3940b6163b
remove intel guard since the code is 2 times faster on AMD too
11 years ago
Ilya Lavrenov
3eff05e3eb
added performance tests for cv::ocl::calcHist
11 years ago
Ilya Lavrenov
f7a474180b
tuned some tests
11 years ago
Ilya Lavrenov
767b28f2e3
tests
11 years ago
Ilya Lavrenov
c1c3139368
master-like performance tests
11 years ago
Ilya Lavrenov
e1a598c5b3
disabled ABF tests
11 years ago
Ilya Lavrenov
aa5311ea9f
backport of master-based perf tests for matchTemplate to 2.4
11 years ago
Alexander Alekhin
d1606b4aa3
ocl: added SVM perf test
11 years ago
Konstantin Matskevich
435615ba2e
update test CascadeClassifier
11 years ago
Andrey Pavlenko
0a4a1d7526
temporary disabling hanging test
11 years ago
Andrey Pavlenko
4c99196399
adding `finish()` to flush CL queue, renaming the test to match 'master' branch
11 years ago
Andrey Pavlenko
a7821c60e5
refactoring the test as it should be in 2.4
11 years ago
Andrey Pavlenko
4d28e8243c
'master'-like Haar perf test
11 years ago
krodyush
e8dd31aacd
change code according reviewer suggesions
11 years ago
krodyush
27c1bd2762
Improve ocl cvt_color performance for the following conversions: RGB<->BGR, RGB->Gray, RGB<->XYZ, RGB<->YCrCb, RGB<->YUV, and mRGBA<->RGBA.
...
The improvement was done basically by processing more than 1 pixel by each work-item and using vector's operations.
new performance tests were added
11 years ago
Alexander Alekhin
c962a9d61c
ocl:perf: fix moments test for plain impl
11 years ago
Ilya Lavrenov
d764af5318
added extra parameters to ocl::cvtColor performance test
11 years ago
Ilya Lavrenov
198cd1a40d
added area fast mode to ocl::resize
11 years ago
Ilya Lavrenov
f70d63e4c9
added INTER_AREA interpolation to ocl::resize
11 years ago
Alexander Alekhin
fb326a58fc
ocl: perf tests: skip tests if we fail check for maxMemoryAllocSize
11 years ago
Ilya Lavrenov
c38e4f9639
added eps to ocl::buildWarpPerspectiveMaps perf test
11 years ago
perping
8af626d295
fix some bug about haar and match_template.
11 years ago
Ilya Lavrenov
daedc6f454
removed 2000x2000, 4000x4000 from test sizes of ocl::adaptiveBilateralFilter
11 years ago
Ilya Lavrenov
3727168b50
added a performance test for ocl::buildWarpPerspectiveMaps; moved warps to a separate file
11 years ago
Konstantin Matskevich
e9edfd1c54
update
11 years ago
Ilya Lavrenov
56d943388d
speeded up ocl::distanceToCenters
11 years ago
Konstantin Matskevich
5304e9f259
extending openCL info dump
11 years ago
peng xiao
53d1873776
Revert back test image.
11 years ago
Ilya Lavrenov
2df53d97c5
added ocl::repeat
11 years ago
peng xiao
2a111f7a6c
Let perf/accuracy test of ocl haar uses detectMultiScale api.
...
Fix image to be used by perf test.
11 years ago
Ilya Lavrenov
a8b7573db0
fixed ocl::Moments test
11 years ago
Jin Ma
3dbcd05407
fixed a typo.
11 years ago
Jin Ma
145ece8f9c
removed test for double since not all platforms support double, thus the sanity check cannot pass on all the platforms.
11 years ago
Ilya Lavrenov
1d5f5d2364
vectorized ocl::threshold for single channel images
11 years ago
Ilya Lavrenov
16df5b007d
disabled upload and download perf tests
11 years ago
Jin Ma
b6b190df5c
Rewrote moments of opencl version.
11 years ago
Ilya Lavrenov
c49c3e0a91
fixed and generalized ocl::blendLinear
11 years ago
Ilya Lavrenov
900c303636
added performance tests for ocl::bitwise_or and ocl::bitwose_xor
11 years ago
Andrey Pavlenko
2b6fca68bf
fixing typo
11 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
11 years ago
yao
dd0fa63ca8
fix the bug of ocl::bruteForceMatcher
11 years ago
Alexander Alekhin
4bfeeb0738
ocl: perf: use RELATIVE_ERROR in SANITY_CHECK for exp/log/pow
11 years ago
Alexander Alekhin
376cd8f84f
perf: added simple collection strategy
11 years ago
Alexander Alekhin
4413bee693
ocl: reverted type of perf test params for Kalman filter
11 years ago
Alexander Alekhin
1980aad8d7
ocl: dump device info in tests
11 years ago