Vadim Pisarevsky
|
d8513d627d
|
continue adding OpenCL optimization to cascade classifier
|
11 years ago |
Alexander Alekhin
|
17ca7f9545
|
ocl: add support for initialization from user-provided OpenCL handles
|
11 years ago |
Ilya Lavrenov
|
1d6715e58a
|
added cv::sqrt to T-API (using built-in sqrt OpenCL function)
|
11 years ago |
Andrey Pavlenko
|
b43d6b6858
|
Merge pull request #1954 from pentschev:ocl_features2d_fast_master
|
11 years ago |
Andrey Pavlenko
|
5299b13434
|
Merge pull request #1979 from pentschev:ocl_arithm_sqrt_master
|
11 years ago |
Andrey Pavlenko
|
b0a9220de8
|
Merge pull request #1889 from alalek:ocl_core_dynamic_runtime
|
11 years ago |
Peter Andreas Entschev
|
5bc9f15dda
|
OCL: included sqrt matrix operation.
|
11 years ago |
Andrey Pavlenko
|
ac1c6dac93
|
Merge pull request #1978 from ilya-lavrenov:ocl_min_max
|
11 years ago |
Andrey Pavlenko
|
658282fcbe
|
Merge pull request #1976 from alalek:ocl_multiple_command_queues
|
11 years ago |
Peter Andreas Entschev
|
41bec1b112
|
OCL: including FAST feature detector.
|
11 years ago |
Ilya Lavrenov
|
b20714a8a8
|
fixed kernel compilation of cv::min, cv::max for CV_64F
|
11 years ago |
Andrey Pavlenko
|
f3e2bfea79
|
Merge pull request #1970 from ilya-lavrenov:tapi_checks
|
11 years ago |
Andrey Pavlenko
|
eeb16a5d01
|
Merge pull request #1971 from ilya-lavrenov:tapi_laplacian
|
11 years ago |
Andrey Pavlenko
|
ee270d1a18
|
Merge pull request #1975 from magomimmo:clj-tut
|
11 years ago |
Alexander Alekhin
|
740b1f235e
|
ocl: implemented per-thread OpenCL command queue
|
11 years ago |
Alexander Alekhin
|
a118577a57
|
core: added TLS support
|
11 years ago |
Andrey Pavlenko
|
9b29b127c5
|
Merge pull request #1973 from ilya-lavrenov:ocl_haar_sample
|
11 years ago |
Vladimir Bystricky
|
268d814d18
|
Fix problems with border extrapolation in kernel. Add Isolated/Nonisolated borders.
|
11 years ago |
Roman Donchenko
|
ce503c64bf
|
Merge pull request #1968 from pentschev:fix_indentation_freak_2.4
|
11 years ago |
Alexander Alekhin
|
3bbf51fbfb
|
ocl: disabled test for Split (there are problems with OutputArray and getMatRef)
|
11 years ago |
Andrey Pavlenko
|
129b715e3d
|
Merge pull request #1958 from vbystricky:ocl_filter2D
|
11 years ago |
Mimmmo Cosenza
|
00a180185e
|
remove Daniele
|
11 years ago |
Mimmmo Cosenza
|
1c639befe6
|
add tutorial content
|
11 years ago |
Mimmmo Cosenza
|
b1899e5489
|
add clojure tutorial
|
11 years ago |
Mimmmo Cosenza
|
6f292d8036
|
add clojure logo
|
11 years ago |
Mimmmo Cosenza
|
f07e9e7c5f
|
add clojure sample
|
11 years ago |
Mimmmo Cosenza
|
2784fd7b27
|
add Mimmo Cosenza to Authors
|
11 years ago |
Alexander Alekhin
|
91fc0c3bc3
|
bioinspired: fix ocl test, skip them if OpenCL is not available
|
11 years ago |
Alexander Alekhin
|
d0114b24e0
|
core/ocl: replace dynamic runtime
|
11 years ago |
Alexander Alekhin
|
9f388a2be7
|
core/ocl: autogenerated files for dynamic runtime
|
11 years ago |
Alexander Alekhin
|
5ecf759742
|
core/ocl: update dynamic runtime
|
11 years ago |
Alexander Alekhin
|
381d7851b7
|
core/ocl: move opencl dynamic runtime from ocl module
|
11 years ago |
Ilya Lavrenov
|
1015c5c24d
|
fixed facedetect sample
|
11 years ago |
Vladimir Bystricky
|
f76bf8b425
|
Fix error in test
|
11 years ago |
Vladimir Bystricky
|
e7227d3e4b
|
Fix problems with border extrapolation in kernel. Add Isolated/Nonisolated borders.
|
11 years ago |
Andrey Pavlenko
|
b5cdc03b81
|
Merge pull request #1972 from alalek:ocl_queue_cleanup_hung
|
11 years ago |
Alexander Alekhin
|
bdbd3eb2bf
|
ocl: process termination hung workaround
|
11 years ago |
Ilya Lavrenov
|
8fa8b36b42
|
added cv::Laplacian, cv::Sobel, cv::Scharr, cv::GaussianBlur to T-API
|
11 years ago |
Vadim Pisarevsky
|
302a5adcc2
|
converted Haar cascades to the new format; now they are handled with C++ code.
|
11 years ago |
Ilya Lavrenov
|
5566d31468
|
more strict checks outside ROI
|
11 years ago |
Andrey Pavlenko
|
d802b4d143
|
Merge pull request #1967 from ilya-lavrenov:tapi_blendLinear
|
11 years ago |
Peter Andreas Entschev
|
c289c8a700
|
Fixing some indentation issues on FREAK source file.
|
11 years ago |
Roman Donchenko
|
90c28d254f
|
Merge pull request #1961 from SpecLad:merge-2.4
|
11 years ago |
Ilya Lavrenov
|
c9e6ed7a29
|
added cv::blendLinear
|
11 years ago |
Roman Donchenko
|
464a010f53
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
modules/core/include/opencv2/core/operations.hpp
modules/core/include/opencv2/core/version.hpp
modules/core/src/gpumat.cpp
modules/cudaimgproc/src/color.cpp
modules/features2d/src/orb.cpp
modules/imgproc/src/samplers.cpp
modules/ocl/include/opencv2/ocl/matrix_operations.hpp
modules/ocl/include/opencv2/ocl/ocl.hpp
samples/ocl/facedetect.cpp
|
11 years ago |
Roman Donchenko
|
5c72c74b09
|
Merge pull request #1960 from ilya-lavrenov:tapi_bilateral
|
11 years ago |
Roman Donchenko
|
13c058ecf8
|
Merge pull request #1959 from botverse:2.4
|
11 years ago |
Roman Donchenko
|
9d87f9c974
|
Merge pull request #1956 from ilya-lavrenov:tapi_split_merge
|
11 years ago |
Roman Donchenko
|
f3ba1a361e
|
Merge pull request #1930 from alalek:cmake_msvs_subfolders
|
11 years ago |
Ilya Lavrenov
|
93c6fe66ce
|
added cv::bilateralFilter to T-API
|
11 years ago |