Ilya Lavrenov
474fc887a6
added cv::copyMakeBorder to T-API
11 years ago
Ilya Lavrenov
5b5f5878ce
added tests to imgproc
11 years ago
perping
50579d2524
Make Integral sum support cv_32f, sqsum support cv_64f.
11 years ago
Ilya Lavrenov
e544e34eed
fixed ocl::copyMakeBorder accuracy test
11 years ago
Ilya Lavrenov
e7e7e04dce
came back to relative error
11 years ago
Ilya Lavrenov
a8426e1c12
fixed ocl::cornerHarris, ocl::cornerMinEigenVal and their accuracy tests
11 years ago
Alexander Alekhin
99ae9d9cc1
ocl: corner*: fix memory access in kernels; change error check to relative
11 years ago
Ilya Lavrenov
bf6b5ee925
fixed extrapolation for ocl::cornerMinEigenVal and ocl::cornerHarris; enabled CV_32FC1 for the first function
11 years ago
Ilya Lavrenov
1f7f9c9682
rewrote and generalized ocl::threshold
11 years ago
Andrey Pavlenko
2b6fca68bf
fixing typo
11 years ago
Ilya Lavrenov
5864895ec6
fixed ocl::copyMakeBorder
11 years ago
Ilya Lavrenov
4a81be7d0b
refactored all the tests in ocl/test/test_imgproc.cpp
11 years ago
Ilya Lavrenov
da3b7c79b8
refactored filters in the ocl module; added an accuracy tests for ocl::medianFilter
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
10d60f99dc
fixed ocl::integral and enabled perf test for it
11 years ago
Ilya Lavrenov
e0325fe057
removed useless output
11 years ago
yao
a70bdfc13f
a little fix to tests and sample
11 years ago
yao
26b5eb3e39
add adaptive bilateral filter (cpp and ocl version)
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
peng xiao
fc64faa22e
Remove empty cv::ocl::CLAHE class.
12 years ago
yao
2c198f6cd6
revise accuracy and perf tests
12 years ago
Peng Xiao
1d8cd3a717
Add ocl CLACH implementation.
...
Test cases (accuracy and performance) are provided.
12 years ago
yao
b6313951dc
use clean EXPECT_MAT_NEAR (no string output)
12 years ago
yao
3928c1ee26
add copyrights
12 years ago
yao
52dbbae82c
some cleanup, remove some commented codes
12 years ago
Andrey Kamaev
8406312571
Remove C API from OpenCL module
12 years ago
yao
b7ebedc23e
fix mismatch of WarpAffine
12 years ago
yao
f4ef0c1598
fix meanShift mismatch on none-double GPUs
12 years ago
Andrey Kamaev
9509dfd1de
Fix OpenCL build warnings
12 years ago
NikoKJ
9ccdd17376
eliminate all the warnings on win32 and win64
...
add a new function abssum
fix the bug of test and perf because someone remove non-free module from cmakelist.txt
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
23244a3565
rename all the perf test files
...
fix the channel 3 bug in matrix operation
perf and buf fix for LUT haardetect convertC3C4 resize warpaffine copytom settom
add convovle
remove stereo
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
niko
2e685dcf0a
performance & bug fix for resize erode dilate sobel remap
12 years ago
niko
8eeacc8cc8
performance and bug fix for addWeighted cartToPolar div exp log resize setTo
...
add channel 3 support
add fast way Between CPU and GPU for the data which is aligned
12 years ago
niko
cf04fed369
fix the compilation bugs
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