Alexander Alekhin
e7fd053478
ocl: fix FFT initialization
12 years ago
Alexander Alekhin
9acca12d2d
ocl: workaround for ProgramCache cleanup issue, use RAII to print kernel build error
12 years ago
Ilya Lavrenov
9d923b50ac
fixed ocl::Laplacian for case when scale != 1
12 years ago
Ilya Lavrenov
6085c416a7
missed initialization of kernel size
12 years ago
peng xiao
7285341083
1. Let btvRegWeights to be constant per `process` call.
...
2. Let Farneback to be the default optical flow method.
3. Fix a timing method bug for ocl path.
4. Remove useless finish operation in farneback
5. Refactor buffer usage.
12 years ago
Ilya Lavrenov
4f68f35a78
added reflect, reflect101, replicate, wrap border types to ocl::remap
12 years ago
Ilya Lavrenov
e9cef2990e
made more demonstrative message about test fails
12 years ago
Ilya Lavrenov
022b5d6c74
refactored ocl matrix operations accuracy tests
12 years ago
Ilya Lavrenov
b3e1a4598c
enabled double in copyMakeBorder kernel
12 years ago
Ilya Lavrenov
2681cef5d7
rewrote ocl::remap
12 years ago
Ilya Lavrenov
3fe74ad124
fixed ocl::copyMakeBorder
12 years ago
Ilya Lavrenov
36342eb425
added ROI support to ocl::convolve
12 years ago
Ilya Lavrenov
110a92c126
added ROI support to ocl::columnSum
12 years ago
Ilya Lavrenov
60f9ba0c64
added ROI support to ocl::CLAHE
12 years ago
Ilya Lavrenov
4a81be7d0b
refactored all the tests in ocl/test/test_imgproc.cpp
12 years ago
Alexander Alekhin
fd4e705b14
ocl: update autogenerated code
12 years ago
Alexander Alekhin
6344da9ac3
ocl: force to use Khronos OpenCL headers
12 years ago
Alexander Alekhin
4bfeeb0738
ocl: perf: use RELATIVE_ERROR in SANITY_CHECK for exp/log/pow
12 years ago
Ilya Lavrenov
07aee1a25c
made LOOP_TIMES as a command line option with default value=1
12 years ago
Ilya Lavrenov
da3b7c79b8
refactored filters in the ocl module; added an accuracy tests for ocl::medianFilter
12 years ago
Alexander Alekhin
ce0647c9b6
ocl: rewrite CvtColor tests, added roi support
12 years ago
Ilya Lavrenov
741e0242b3
replaced to_string by cv::format
12 years ago
Ilya Lavrenov
ca26028415
demonstrative device info output
12 years ago
Ilya Lavrenov
28f566b843
misprint in disabling ocl::svm
12 years ago
Ilya Lavrenov
b18101b15a
some optimization of binary ocl::bitwise operations
12 years ago
Ilya Lavrenov
da607c6711
ocl::cvtColor works with ROI properly
12 years ago
Alexander Alekhin
376cd8f84f
perf: added simple collection strategy
12 years ago
Alexander Alekhin
f617c0d4a2
ocl: fix for get string info from OpenCL
12 years ago
Alexander Alekhin
4413bee693
ocl: reverted type of perf test params for Kalman filter
12 years ago
Ilya Lavrenov
dfbea3518a
refactored ocl/src/imgproc.cpp
12 years ago
Ilya Lavrenov
5a309e8f6e
fft cleanup ignoring
12 years ago
ilya-lavrenov
d63a38e9bf
disable SVM when AMD BLAS is not available
12 years ago
Alexander Alekhin
723af15228
ocl: fix warnings from GCC 4.8, update Haar
12 years ago
Alexander Alekhin
1980aad8d7
ocl: dump device info in tests
12 years ago
Alexander Alekhin
3b0823db7e
ocl: fix CV_EXPORTS usage (misplaced in functions declarations)
12 years ago
Alexander Alekhin
ce1177151e
ocl: fix cleanup in static builds
12 years ago
Alexander Alekhin
57120c1a60
ocl: remove support_image2d(): we target on OpenCL 1.1 (with image2d support by default)
12 years ago
ilya-lavrenov
ca32583fdd
fixed ocl optical flow: sparse and tvl1
12 years ago
Alexander Alekhin
238550cdad
ocl: code cleanup, fix .clb files
12 years ago
Ilya Lavrenov
1be77dd2f3
enabled accuracy tests for the functions that use inside AMD Blas/Fft
12 years ago
Alexander Alekhin
0760fdcbdb
ocl: fix build on Mac
12 years ago
Ilya Lavrenov
1f51e6c0de
fixed kernel compilation warnings on MacOSX
12 years ago
Ilya Lavrenov
39c1e5ff73
added perf tests for min, max, abs
12 years ago
Alexander Alekhin
6b9f74ae84
ocl: fix cleanup on Windows platform (for clAmdBlas/clAmdFft)
12 years ago
Ilya Lavrenov
9d1636daa6
catching OpenCL double not supported exceptions
12 years ago
Alexander Alekhin
d26f62569d
ocl: fix compilation warnings, update openCLExecuteKernelInterop
12 years ago
Alexander Alekhin
43c638d07d
ocl: remove cl.hpp dependency (it is missed on Nvidia SDK and on some platforms)
12 years ago
Alexander Alekhin
555c505b70
update cmake 'install' target for Windows platform
...
Allow to build samples via OpenCV binaries from distribution package
(find_package with OpenCV_DIR).
12 years ago
Ilya Lavrenov
fccd37de7e
changes eps for NORM_L1
12 years ago
Ilya Lavrenov
488e6aafaf
fixed the PR 1582
12 years ago