Alexander Alekhin
55188fe991
world fix
10 years ago
Ilya Lavrenov
b73490f86c
eliminated restriction src[i].channels() == 1 in cv::merge
11 years ago
Ilya Lavrenov
86a3ed4162
improved performance of GFTT
11 years ago
Alexander Alekhin
ce992c8269
ocl: update gftt
11 years ago
Ilya Lavrenov
bfa382cf9d
fixed copying UMat -> std::vector
11 years ago
Ilya Lavrenov
52ed6d0d27
ported cv::goodFeaturesToTrack to T-API
11 years ago
Vladimir Bystricky
268d814d18
Fix problems with border extrapolation in kernel. Add Isolated/Nonisolated borders.
11 years ago
Vladimir Bystricky
968a898a1b
Add ocl version of boxFilter to the module img_proc
11 years ago
Andrey Pavlenko
2b6fca68bf
fixing typo
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
Alexander Alekhin
de0f310e81
ocl: tests: RNG usage refactoring
11 years ago
Ilya Lavrenov
6b9c451938
added CV_16UC(1, 3, 4), CV_16SC(1, 3, 4) data types support in ocl::pyrUp and ocl::pyrDown
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
2c198f6cd6
revise accuracy and perf tests
12 years ago
yao
ada8f92cc7
fix warnings, unify test names
12 years ago
yao
52dbbae82c
some cleanup, remove some commented codes
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
yao
0fdb55a54d
update some of the functions in ocl module to the latest version
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
yao
7d97e8112a
fix bugs in tests, set device for each test case
...
Signed-off-by: yao <bitwangyaoyao@gmail.com>
12 years ago
yao
0db69fbe19
Add blend, columnsum, pyrUp/down, matchTemplate for ocl module
12 years ago