ilya-lavrenov
a6084d2970
enabled some tests that failed before OCL_TEST_CYCLE*() macroses were defined and for some tests was disabled SANITY_CHECK, because plain and ocl results must not be completely equal
11 years ago
Roman Donchenko
122d0f8685
Deleted the now-empty ocl perf_precomp.cpp.
...
See pull request #1241 for why.
11 years ago
ilya-lavrenov
3c86aa4ae1
appended ocl::finish to test_cycle defines
11 years ago
Roman Donchenko
dd25f416a6
War on Whitespace, master edition: tabs.
11 years ago
ilya-lavrenov
d02ccc9590
the code was refactored and old test system code was removed
11 years ago
ilya-lavrenov
4c28a6f0f6
most of the performance tests was rewritten in google-test manner
11 years ago
Roman Donchenko
3c137f7a04
Converted tabs to spaces.
11 years ago
Roman Donchenko
e9a28f66ee
Normalized file endings.
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
Roman Donchenko
2f780ed994
Fix whitespace errors.
11 years ago
yao
3d3e9ab635
Fix the problem of haar caused by merge
11 years ago
yao
f1060ac514
a little simplify to pyrlk kernel
12 years ago
peng xiao
ff73557304
Fix compilation error on Mac
12 years ago
peng xiao
e5c396bb24
Add ocl::gftt performance test.
12 years ago
peng xiao
fc64faa22e
Remove empty cv::ocl::CLAHE class.
12 years ago
peng xiao
dcc4766129
Fix white-spacing
12 years ago
Roman Donchenko
5b2b76763e
Fix miscellaneous warnings from compiling with MinGW.
...
Note that MinGW defines NOMINMAX by default.
12 years ago
peng xiao
9270205947
Fix build errors
12 years ago
peng xiao
132b885b24
Add opencl implementation of Farnback optical flow.
12 years ago
yao
6db776f957
add "-c" for cpu ocl mode in perf tests
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
dc937c10f9
change a test image of pyrlk
12 years ago
yao
abefcc6061
Adjust perf_filters, as this function only supports 3x3 kernel
12 years ago
yao
5b598f8a0e
a few fixes of ocl::perf test cases
12 years ago
yao
a9b7ff41bd
adjust test cases
12 years ago
yao
14bd6402be
revise perf
12 years ago
yao
04399a27d0
fix a warning
12 years ago
yao
5f20fce6fd
add accuracy tests while running perf
12 years ago
Andrey Kamaev
8406312571
Remove C API from OpenCL module
12 years ago
Andrey Kamaev
0738ea7d0f
Make highgui.hpp independent from C API
12 years ago
Andrey Kamaev
288a0634c2
Make imgproc.hpp independent from C API
12 years ago
yao
f3254b28f2
use clflush replaces clfinish
12 years ago
Andrey Kamaev
517062039e
Make core/internal.hpp a private header
12 years ago
yao
5539e85a11
use perf test replace performance sample
12 years ago
Andrey Kamaev
1b4afcca30
Move OpenCl SURF perf tests to nonfree and fix build of samples
12 years ago
Andrey Kamaev
89356ff16d
Move non-CV functionality from core.hpp to separate utility.hpp header
12 years ago
Andrey Kamaev
ad5cddc007
Main module headers are moved 1 level up
...
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
12 years ago
yao
e3a715882e
fix the mismatch of perf_test, add a performance sample for ocl module
12 years ago
yao
3316d0bfb2
Fix the compiling errors of gemm on Linux
12 years ago
Andrey Kamaev
9509dfd1de
Fix OpenCL build warnings
12 years ago
Suenghoon Park
4f965296fc
modified performance test for ocl::HoughCircles
12 years ago
Suenghoon Park
0afa9cede5
removed personal info from the license header
12 years ago
Suenghoon Park
b1faa46d3a
added performance test
12 years ago
NikoKJ
95869a6081
fix the compilation bug of main.cpp in perf test and accuracy test on ocl module. It caused by the incompatibility of command line parser class in core.hpp between master branch and 2.4 branch.
12 years ago
Vadim Pisarevsky
adc1d94e95
updated patch for tests; reenabled SURF & Denoising; removed fixes in ocl tests, since this is already fixed in another pull request
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
Vadim Pisarevsky
63bd6f9adf
fixed compile errors in ocl tests; disabled a few problematic tests
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