Ilya Lavrenov
3ebfe60008
improved performance of cv::ocl::countNonZero
11 years ago
Ilya Lavrenov
2df53d97c5
added ocl::repeat
11 years ago
Ilya Lavrenov
7afbae57ba
fixed ocl::minMax for FP-types
11 years ago
Andrey Pavlenko
2b6fca68bf
fixing typo
11 years ago
Ilya Lavrenov
29499ed51a
moved to relative errors in ocl::norm tests
11 years ago
Ilya Lavrenov
87fc3441f2
workaround for cv::multiply bug
11 years ago
Ilya Lavrenov
e9cef2990e
made more demonstrative message about test fails
11 years ago
Ilya Lavrenov
9d1636daa6
catching OpenCL double not supported exceptions
11 years ago
Ilya Lavrenov
fccd37de7e
changes eps for NORM_L1
11 years ago
Ilya Lavrenov
488e6aafaf
fixed the PR 1582
11 years ago
Sebastian Krämer
4ffd3fb905
add ocl::abs
11 years ago
Sebastian Krämer
33df7131ae
add ocl::min and ocl::max (includes accuracy tests update)
11 years ago
Alexander Alekhin
de0f310e81
ocl: tests: RNG usage refactoring
11 years ago
Ilya Lavrenov
5f81988699
refactored arithm binary operations in order to make them more scalable
11 years ago
Ilya Lavrenov
065b40c6c3
fixed and extended ocl::norm
11 years ago
Ilya Lavrenov
a562b5c985
fixed ocl::meanStddev and created accuracy test for this function
11 years ago
Ilya Lavrenov
7379152afb
fixed ocl::setIdentity
11 years ago
Ilya Lavrenov
7edcefb2be
fixed ocl::phase
11 years ago
Ilya Lavrenov
b864f48274
fixed ocl::sum, ocl::sqrSum, ocl::absSum
11 years ago
Ilya Lavrenov
9dca7555b4
fixed ocl::minMax
11 years ago
Ilya Lavrenov
8aa3eb817d
refactored arithm.cpp. Extended param list for all the tests
11 years ago
Ilya Lavrenov
bd36e556a1
removed ocl::magnitudeSqr
11 years ago
Roman Donchenko
f55740da70
Deleted all trailing whitespace.
11 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.
11 years ago
yao
ada8f92cc7
fix warnings, unify test names
12 years ago
yao
b6313951dc
use clean EXPECT_MAT_NEAR (no string output)
12 years ago
yao
e4d3378230
simplify logics in filter tests, remove redundant code in arithm tests
12 years ago
yao
52dbbae82c
some cleanup, remove some commented codes
12 years ago
yao
bee970ab94
remove the C3 kernels in arithm, as the oclMat will never store 3 channels data
12 years ago
Andrey Kamaev
9509dfd1de
Fix OpenCL build warnings
12 years ago
Andrey Kamaev
d5b15d6523
Fix ocl build warnings
12 years ago
Niko
5df77a841e
remove redundant OPENCL_DIR flag
...
remove as much warnings as possible
use enum instead of MACRO for ocl.hpp
add command line parser in accuracy test and perf test
some bug fix for arthim functions
12 years ago
niko
97156897b2
format files to ANSI C style with coolformat
...
change the download channels to oclchannles()
fix bugs of arithm functions
perf fix of bilateral
bug fix of split test case
add build_warps functions
12 years ago
niko
0abe7f3196
many bugs fix for intel's HD4000
...
from my svn 855
12 years ago
niko
11b403900e
add channel 3 for test/main.cpp
...
add remap
12 years ago
niko
b929012583
performance fix of convertC3C4
...
add OCL 1.2 feature for setTo
bug fix of integral
replace the error code -217 with suitable MACRO
simplify tests, no need apply a new context for each test case
add more control for tests in utility.hpp
12 years ago
Vadim Pisarevsky
9f4efab40a
merged ocl module from ocl branch (it's not quite usable yet; at least on Mac)
13 years ago