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
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
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
yao
0fd872bfa9
fix bug #1480
12 years ago
Roman Donchenko
88f5ef9acc
Merge pull request #1696 from apavlenko:fix_typo_GpuMaterials
12 years ago
Alexander Alekhin
eb4f50ca59
ocl: Canny: port CUDA-based implementation of edgesHysteresisLocal
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
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
peng xiao
68a8a11161
Rewrite distanceToCenters.
...
It supports NORM_L1 distance types now and can
use user provided indices.
Also fixed a bug of kmeans where distance pointers should be float instead
of double.
NORM_L2 changed to NORM_L2SQR, Accuracy and Perf tests are added
added ROI support in accuracy test of distanceToCenters
12 years ago
Roman Donchenko
76b904b022
Replaced our usage of LINK_PRIVATE with that of LINK_INTERFACE_LIBRARIES.
...
The reasons for that are twofold:
1) LINK_PRIVATE is only available since CMake 2.8.7.
2) The way it was used generated a warning because of CMake policy CMP0023:
http://www.cmake.org/cmake/help/v2.8.12/cmake.html#policy:CMP0023
Using LINK_INTERFACE_LIBRARIES actually causes another warning - this time
because of CMake policy CMP0022:
http://www.cmake.org/cmake/help/v2.8.12/cmake.html#policy:CMP0022
I set the policy to OLD, because NEW means subtle changes when compiling
with CMake 2.8.12, and I don't want to research that this close to release.
:-)
I also removed the setting of CMP0003, because it's set by
cmake_minimal_version anyway.
12 years ago
Roman Donchenko
e1c8f5d723
Removed a stray comma in the Android toolchain file.
...
It was actually acting as an additional argument, breaking the error message.
12 years ago
Ilya Lavrenov
9ea6001d08
enabled ocl::bilateralFilter ROI testing
12 years ago
Andrey Pavlenko
f177e65871
Merge pull request #1683 from alalek:ocl_restore_showdiff
12 years ago
Roman Donchenko
3b08bf6b62
Merge pull request #1682 from SpecLad:Wmissing-declarations
12 years ago
Roman Donchenko
496859a944
Merge pull request #1643 from alalek:cmake_fix_java_link_rules
12 years ago
Roman Donchenko
7804240528
Merge pull request #1679 from ilya-lavrenov:ocl_equalizeHist
12 years ago
Alexander Alekhin
4b17d073c0
cmake: fix linker dependencies for opencv_java
...
Linker dependencies to all OpenCV modules are invalid.
We should not include other bindings in this list (like "opencv_python").
12 years ago
Roman Donchenko
f51e490bad
Fixed a Wmissing-declarations warning when compiling with MinGW.
12 years ago
Roman Donchenko
f0bc253d0e
Merge pull request #1667 from SpecLad:detect-openmp
12 years ago
Roman Donchenko
119cdc57e9
Merge pull request #1623 from ImAlsoGreg:2.4-pkgconfig-dash-l
12 years ago
Ilya Lavrenov
dab3000778
fixed bug in ocl::equalizeHist
12 years ago
Roman Donchenko
c7408003d2
Merge pull request #1678 from wejeus:ios-documentationfix-2.4
12 years ago
Roman Donchenko
f5bd8fecc9
Merge pull request #1674 from alalek:cmake_fix
12 years ago
Samuel Wejéus
eddaaa9643
Removed incorrect release of obtained colorspace. This fixes bug #3318 (updated commit for 2.4 branch)
12 years ago
Andrey Pavlenko
2279c209c8
Merge pull request #1676 from ilya-lavrenov:ocl_resize_test
12 years ago
Andrey Pavlenko
931a2ae14f
Merge pull request #1673 from ilya-lavrenov:ocl_norm
12 years ago
Andrey Pavlenko
e7f39eb46e
Merge pull request #1672 from ilya-lavrenov:ocl_arithm
12 years ago
Andrey Pavlenko
4cf598a862
Merge pull request #1669 from ilya-lavrenov:ocl_copyMakeBorder
12 years ago