Alexander Karsakov
44fbfb2cf6
Fixed extrapolation in pyrDown
10 years ago
Alexander Karsakov
fec21239c8
Revert optimization for warpAffine INTER_NEAREST mode
10 years ago
Alexander Alekhin
55188fe991
world fix
10 years ago
Alexander Karsakov
5022a0fae3
Added new border types for pyrDown
11 years ago
Ilya Lavrenov
b73490f86c
eliminated restriction src[i].channels() == 1 in cv::merge
11 years ago
Alexander Alekhin
dca401d4cc
ocl: pyrUp/pyrDown 3-channel
11 years ago
Alexander Karsakov
febe528363
Added ocl::pyrUp to T-API
11 years ago
Alexander Karsakov
ac230cd2ae
Added ocl::pyrDown to T-API
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