Alexander Alekhin
0f95f0d8b3
ocl: rewrite filter2D
12 years ago
Alexander Alekhin
cb6ea8bfa1
ocl: update filter tests
12 years ago
Ilya Lavrenov
7afbae57ba
fixed ocl::minMax for FP-types
12 years ago
Ilya Lavrenov
eb2f8a2948
ocl tests: show diff when cv::countNonZero(diff) > 0
12 years ago
Ilya Lavrenov
1f7f9c9682
rewrote and generalized ocl::threshold
12 years ago
yao
0fd872bfa9
fix bug #1480
12 years ago
Ilya Lavrenov
839245e420
fixed tests for ocl::warpAffine and ocl::warpPerspective
12 years ago
Andrey Pavlenko
2b6fca68bf
fixing typo
12 years ago
Ilya Lavrenov
b33a62beb0
fixed separable filter extrapolation
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
Ilya Lavrenov
9ea6001d08
enabled ocl::bilateralFilter ROI testing
12 years ago
Alexander Alekhin
133d889e33
ocl: show diff
12 years ago
Ilya Lavrenov
5864895ec6
fixed ocl::copyMakeBorder
12 years ago
Ilya Lavrenov
7c1443cbdd
fixed an accuracy test for ocl::resize (in some cases dsize.area() was equal to 0)
12 years ago
Ilya Lavrenov
29499ed51a
moved to relative errors in ocl::norm tests
12 years ago
Ilya Lavrenov
87fc3441f2
workaround for cv::multiply bug
12 years ago
Ilya Lavrenov
9d923b50ac
fixed ocl::Laplacian for case when scale != 1
12 years ago
Ilya Lavrenov
6085c416a7
missed initialization of kernel size
12 years ago
Ilya Lavrenov
4f68f35a78
added reflect, reflect101, replicate, wrap border types to ocl::remap
12 years ago
Ilya Lavrenov
e9cef2990e
made more demonstrative message about test fails
12 years ago
Ilya Lavrenov
022b5d6c74
refactored ocl matrix operations accuracy tests
12 years ago
Ilya Lavrenov
3fe74ad124
fixed ocl::copyMakeBorder
12 years ago
Ilya Lavrenov
4a81be7d0b
refactored all the tests in ocl/test/test_imgproc.cpp
12 years ago
Ilya Lavrenov
07aee1a25c
made LOOP_TIMES as a command line option with default value=1
12 years ago
Ilya Lavrenov
da3b7c79b8
refactored filters in the ocl module; added an accuracy tests for ocl::medianFilter
12 years ago
Alexander Alekhin
ce0647c9b6
ocl: rewrite CvtColor tests, added roi support
12 years ago
Ilya Lavrenov
28f566b843
misprint in disabling ocl::svm
12 years ago
ilya-lavrenov
d63a38e9bf
disable SVM when AMD BLAS is not available
12 years ago
Alexander Alekhin
1980aad8d7
ocl: dump device info in tests
12 years ago
Ilya Lavrenov
1be77dd2f3
enabled accuracy tests for the functions that use inside AMD Blas/Fft
12 years ago
Ilya Lavrenov
9d1636daa6
catching OpenCL double not supported exceptions
12 years ago
Alexander Alekhin
d26f62569d
ocl: fix compilation warnings, update openCLExecuteKernelInterop
12 years ago
Ilya Lavrenov
fccd37de7e
changes eps for NORM_L1
12 years ago
Ilya Lavrenov
488e6aafaf
fixed the PR 1582
12 years ago
Sebastian Krämer
4ffd3fb905
add ocl::abs
12 years ago
Sebastian Krämer
33df7131ae
add ocl::min and ocl::max (includes accuracy tests update)
12 years ago
Alexander Alekhin
f63b0dfaf4
svm: disable failed tests
12 years ago
Ilya Lavrenov
72c35d3a89
fixed mog2
12 years ago
Ilya Lavrenov
fb73e7b4bd
fixed pyrlk optical flow
12 years ago
Alexander Alekhin
de0f310e81
ocl: tests: RNG usage refactoring
12 years ago
Ilya Lavrenov
10d60f99dc
fixed ocl::integral and enabled perf test for it
12 years ago
Ilya Lavrenov
5f81988699
refactored arithm binary operations in order to make them more scalable
12 years ago
Alexander Alekhin
8beb514ecf
ocl: merge with upstream/2.4
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
adca219f18
fixed convertC3C4 and convertC4C3 functions in case cols == 1
12 years ago
Ilya Lavrenov
4322c47bb2
removed test_norm.cpp from ocl tests
12 years ago
Ilya Lavrenov
065b40c6c3
fixed and extended ocl::norm
12 years ago
Ilya Lavrenov
a562b5c985
fixed ocl::meanStddev and created accuracy test for this function
12 years ago