Andrey Pavlenko
5fa6d70ab0
Merge pull request #1695 from ilya-lavrenov:ocl_showDiff
12 years ago
Ilya Lavrenov
c49c3e0a91
fixed and generalized ocl::blendLinear
12 years ago
Ilya Lavrenov
58be2546ca
fixed OpenCL morph operations for case when kernel does not have zero element
12 years ago
Alexander Alekhin
b10e1e5c7e
ocl: filters: update documentation
12 years ago
Alexander Alekhin
98f73705df
ocl: fix morph filters
12 years ago
Alexander Alekhin
0f95f0d8b3
ocl: rewrite filter2D
12 years ago
Alexander Alekhin
0bf9ece998
ocl: rewrite boxFilter
12 years ago
Alexander Alekhin
cb6ea8bfa1
ocl: update filter tests
12 years ago
Roman Donchenko
529f086b62
Merge pull request #1691 from SpecLad:ffmpeg-test
12 years ago
Alexander Alekhin
447c052e59
ocl: memory corruption check
12 years ago
Roman Donchenko
766a3511c6
Merge pull request #1706 from ilya-lavrenov:example_fix
12 years ago
Andrey Pavlenko
95bd32b516
Merge pull request #1705 from ilya-lavrenov:ocl_flip
12 years ago
Andrey Pavlenko
bb15c00665
Merge pull request #1703 from bitwangyaoyao:2.4_fix1480
12 years ago
Andrey Pavlenko
d3c0b36cd0
Merge pull request #1701 from alalek:ocl_fix_canny
12 years ago
Andrey Pavlenko
1cc58f9770
Merge pull request #1698 from ilya-lavrenov:ocl_warp
12 years ago
Ilya Lavrenov
7afbae57ba
fixed ocl::minMax for FP-types
12 years ago
Ilya Lavrenov
eb2f8a2948
ocl tests: show diff when cv::countNonZero(diff) > 0
12 years ago
Ilya Lavrenov
1f7f9c9682
rewrote and generalized ocl::threshold
12 years ago
Ilya Lavrenov
e70dfe5a50
fixed OpenCL morph operations for case when kernel does not have zero element
12 years ago
Ilya Lavrenov
ee8f0a3f36
ocl example typo
12 years ago
Ilya Lavrenov
cf5df1a7e7
fixed ocl::flip
12 years ago
Roman Donchenko
d3bcf609f1
Merge pull request #1657 from KonstantinMatskevich:ocldistanceToCenters
12 years ago
Roman Donchenko
78be4f66f7
Merge remote-tracking branch 'origin/2.4' into merge-2.4
...
Conflicts:
CMakeLists.txt
modules/calib3d/src/calibration.cpp
modules/ocl/src/cl_programcache.cpp
modules/ocl/src/filtering.cpp
modules/ocl/src/imgproc.cpp
samples/ocl/adaptive_bilateral_filter.cpp
samples/ocl/bgfg_segm.cpp
samples/ocl/clahe.cpp
samples/ocl/facedetect.cpp
samples/ocl/pyrlk_optical_flow.cpp
samples/ocl/squares.cpp
samples/ocl/surf_matcher.cpp
samples/ocl/tvl1_optical_flow.cpp
12 years ago
yao
0fd872bfa9
fix bug #1480
12 years ago
yao
632452cdd8
fix the mismatch running on cpu devices
12 years ago
Roman Donchenko
88f5ef9acc
Merge pull request #1696 from apavlenko:fix_typo_GpuMaterials
12 years ago
Peng Xiao
ab2bd58f5c
Fixed a missing barrier.
12 years ago
Vladislav Vinogradov
06c1f9a329
added own version of FindCUDA.cmake
12 years ago
konstantin
973137c78e
fix bugs on host and device sides for imgprog_sobel3.cl
12 years ago
Alexander Alekhin
eb4f50ca59
ocl: Canny: port CUDA-based implementation of edgesHysteresisLocal
12 years ago
Ilya Lavrenov
900c303636
added performance tests for ocl::bitwise_or and ocl::bitwose_xor
12 years ago
Alexander Alekhin
9e527fc9f4
ocl: Canny: replace unsafe buffer to oclMat
12 years ago
Ilya Lavrenov
839245e420
fixed tests for ocl::warpAffine and ocl::warpPerspective
12 years ago
konstantin
ddd2b106fb
rename imageproc_sobel2.cl -> imageproc_sobel3.cl for consistency
12 years ago
Roman Donchenko
c1223f8dac
Merge pull request #1697 from SpecLad:sdk-redux
12 years ago
Andrey Pavlenko
66e5be2d64
Merge pull request #1655 from pengx17:2.4_opt_superres_ocl
12 years ago
Andrey Pavlenko
fc64a4071c
Merge pull request #1689 from ilya-lavrenov:ocl_bilateralFilter
12 years ago
Andrey Pavlenko
4e57f92e6e
Merge pull request #1692 from ilya-lavrenov:ocl_separableFilter
12 years ago
Andrey Pavlenko
d60924f4f2
Merge pull request #1694 from apavlenko:fix_typo
12 years ago
Andrey Pavlenko
92c43a8646
Merge pull request #1693 from ilya-lavrenov:ocl_adaptiveBilateralFilter
12 years ago
Roman Donchenko
90f8906e1e
Merge pull request #1690 from SpecLad:cmake-2.8.12
12 years ago
Roman Donchenko
c016c43d25
Fixed Android SDK build - again.
12 years ago
Andrey Pavlenko
2e5db6e56c
fixing typo
12 years ago
Andrey Pavlenko
2b6fca68bf
fixing typo
12 years ago
Roman Donchenko
55ede74022
Merge pull request #1680 from alalek:cmake_fix_android_builds
12 years ago
Ilya Lavrenov
e1596d69cc
fixed extrapolation in ocl::adaptiveBilateralFilter
12 years ago
Alexander Alekhin
7a8f9fe746
cmake: fix android installation for different NDK ABIs
12 years ago
Ilya Lavrenov
b33a62beb0
fixed separable filter extrapolation
12 years ago
Vadim Pisarevsky
485d36d3c0
changed InputArray's enumeration constant for UMat, since it may potentially conflict with existing OpenCL module. refactored Kernel's setArg API (now UMat is passed to a kernel as a structure, as Alexander A suggested). removed Kernel's cleanup callback from the external API; now each kernel keeps track of used matrices and they are dereferenced after it's complete.
12 years ago
Roman Donchenko
36b5180aa1
Another FFmpeg fix from master.
...
From commit dd74a851
, to be exact. Now cap_ffmpeg.cpp should actually
build if HAVE_FFMPEG is true.
Also modified some gpu sources in a similar manner.
12 years ago