profile/ivi/opencv.git
10 years agoMerge pull request #1995 from akarsakov:ocl_pyramids
Andrey Pavlenko [Fri, 20 Dec 2013 13:57:09 +0000 (17:57 +0400)]
Merge pull request #1995 from akarsakov:ocl_pyramids

10 years agoMerge pull request #1950 from GregoryMorse:patch-2
Roman Donchenko [Fri, 20 Dec 2013 13:54:01 +0000 (17:54 +0400)]
Merge pull request #1950 from GregoryMorse:patch-2

10 years agoMerge pull request #2021 from vpisarev:ocl_facedetect7
Roman Donchenko [Fri, 20 Dec 2013 08:30:46 +0000 (12:30 +0400)]
Merge pull request #2021 from vpisarev:ocl_facedetect7

10 years agoMerge pull request #2019 from ilya-lavrenov:tapi_repeat
Andrey Pavlenko [Thu, 19 Dec 2013 15:28:57 +0000 (19:28 +0400)]
Merge pull request #2019 from ilya-lavrenov:tapi_repeat

10 years agoAdded ocl::pyrUp to T-API
Alexander Karsakov [Mon, 16 Dec 2013 08:55:14 +0000 (12:55 +0400)]
Added ocl::pyrUp to T-API

10 years ago2 more fixes to calm down the doc builder
Vadim Pisarevsky [Thu, 19 Dec 2013 12:57:02 +0000 (16:57 +0400)]
2 more fixes to calm down the doc builder

10 years agoMerge pull request #2018 from ilya-lavrenov:tapi_dft
Andrey Pavlenko [Thu, 19 Dec 2013 12:47:18 +0000 (16:47 +0400)]
Merge pull request #2018 from ilya-lavrenov:tapi_dft

10 years agofixed various warnings from the “doc” and other builders
Vadim Pisarevsky [Thu, 19 Dec 2013 12:31:30 +0000 (16:31 +0400)]
fixed various warnings from the “doc” and other builders

10 years agoconverted old haar cascades to the new format; added the conversion function; added...
Vadim Pisarevsky [Thu, 19 Dec 2013 10:48:42 +0000 (14:48 +0400)]
converted old haar cascades to the new format; added the conversion function; added OpenCL optimization into CascadeClassfier; optimized the data structures and CPU code for the stump case.

10 years agorenamed OpenCL kernel filename; made some final changes
Vadim Pisarevsky [Thu, 19 Dec 2013 10:29:28 +0000 (14:29 +0400)]
renamed OpenCL kernel filename; made some final changes

10 years agoadded cv::repeat to T-API
Ilya Lavrenov [Thu, 19 Dec 2013 10:27:21 +0000 (14:27 +0400)]
added cv::repeat to T-API

10 years agosome attempts to tune the performance
Vadim Pisarevsky [Thu, 19 Dec 2013 10:09:44 +0000 (14:09 +0400)]
some attempts to tune the performance

10 years agoAdded ocl::pyrDown to T-API
Alexander Karsakov [Mon, 9 Dec 2013 13:14:20 +0000 (17:14 +0400)]
Added ocl::pyrDown to T-API

10 years agoadded cv::dft T-API test
Ilya Lavrenov [Tue, 17 Dec 2013 13:36:26 +0000 (17:36 +0400)]
added cv::dft T-API test

10 years agoMerge pull request #2000 from apavlenko:license_copyright
Andrey Pavlenko [Wed, 18 Dec 2013 15:35:04 +0000 (19:35 +0400)]
Merge pull request #2000 from apavlenko:license_copyright

10 years agoadding LICENSE file and a sample of its reference in ocl.hpp
Andrey Pavlenko [Wed, 18 Dec 2013 15:33:25 +0000 (19:33 +0400)]
adding LICENSE file and a sample of its reference in ocl.hpp

10 years agoMerge pull request #1997 from alalek:tapi_fix_memleaks
Andrey Pavlenko [Wed, 18 Dec 2013 09:53:17 +0000 (13:53 +0400)]
Merge pull request #1997 from alalek:tapi_fix_memleaks

10 years agoMerge pull request #2004 from ilya-lavrenov:tapi_umat_copyto
Andrey Pavlenko [Wed, 18 Dec 2013 09:46:14 +0000 (13:46 +0400)]
Merge pull request #2004 from ilya-lavrenov:tapi_umat_copyto

10 years agoit finally works!!!
Vadim Pisarevsky [Tue, 17 Dec 2013 16:55:49 +0000 (20:55 +0400)]
it finally works!!!

10 years agoMerge pull request #1917 from alalek:ocl_d3d
Andrey Pavlenko [Tue, 17 Dec 2013 12:44:26 +0000 (16:44 +0400)]
Merge pull request #1917 from alalek:ocl_d3d

10 years agoMerge pull request #1969 from KonstantinMatskevich:ocl_tapi_minmaxloc
Andrey Pavlenko [Tue, 17 Dec 2013 12:42:44 +0000 (16:42 +0400)]
Merge pull request #1969 from KonstantinMatskevich:ocl_tapi_minmaxloc

10 years agoMerge pull request #1992 from ElenaGvozdeva:ocl_medianFilter
Andrey Pavlenko [Tue, 17 Dec 2013 12:42:16 +0000 (16:42 +0400)]
Merge pull request #1992 from ElenaGvozdeva:ocl_medianFilter

10 years agoMerge pull request #1998 from ilya-lavrenov:tapi_gemm
Andrey Pavlenko [Tue, 17 Dec 2013 12:41:58 +0000 (16:41 +0400)]
Merge pull request #1998 from ilya-lavrenov:tapi_gemm

10 years agofixed UMat::copyTo(UMat)
Ilya Lavrenov [Tue, 17 Dec 2013 10:14:04 +0000 (14:14 +0400)]
fixed UMat::copyTo(UMat)

10 years agotrying to debug the new cascade
Vadim Pisarevsky [Tue, 17 Dec 2013 10:51:22 +0000 (14:51 +0400)]
trying to debug the new cascade

10 years agoalmost finished opencl-ization of cascade classifier
Vadim Pisarevsky [Tue, 17 Dec 2013 10:29:30 +0000 (14:29 +0400)]
almost finished opencl-ization of cascade classifier

10 years agoMerge pull request #1934 from vbystricky:ocl_boxFilter
Roman Donchenko [Tue, 17 Dec 2013 10:11:50 +0000 (14:11 +0400)]
Merge pull request #1934 from vbystricky:ocl_boxFilter

10 years agoMerge pull request #1881 from pentschev:defaultNorm_master
Roman Donchenko [Tue, 17 Dec 2013 09:53:59 +0000 (13:53 +0400)]
Merge pull request #1881 from pentschev:defaultNorm_master

10 years agoMerge pull request #1996 from SpecLad:merge-2.4
Roman Donchenko [Tue, 17 Dec 2013 09:21:47 +0000 (13:21 +0400)]
Merge pull request #1996 from SpecLad:merge-2.4

10 years agoMerge pull request #1993 from StevenPuttemans:feature_2862
Roman Donchenko [Tue, 17 Dec 2013 09:19:59 +0000 (13:19 +0400)]
Merge pull request #1993 from StevenPuttemans:feature_2862

10 years agosome fixes
Konstantin Matskevich [Tue, 17 Dec 2013 08:42:38 +0000 (12:42 +0400)]
some fixes

10 years agominMaxLoc
Konstantin Matskevich [Thu, 5 Dec 2013 12:34:23 +0000 (16:34 +0400)]
minMaxLoc

10 years agoFixed condition for channels
Elena Gvozdeva [Tue, 17 Dec 2013 07:15:48 +0000 (11:15 +0400)]
Fixed condition for channels

10 years agoFixed medianFilter
Elena Gvozdeva [Tue, 17 Dec 2013 07:04:54 +0000 (11:04 +0400)]
Fixed medianFilter

10 years agoadded cv::gemm to T-API
Ilya Lavrenov [Sat, 14 Dec 2013 19:16:53 +0000 (23:16 +0400)]
added cv::gemm to T-API

10 years agoFixed build for the TLS-related stuff.
Roman Donchenko [Mon, 16 Dec 2013 11:02:42 +0000 (15:02 +0400)]
Fixed build for the TLS-related stuff.

10 years agoFixed trailing whitespace
Elena Gvozdeva [Mon, 16 Dec 2013 14:06:11 +0000 (18:06 +0400)]
Fixed trailing whitespace

10 years agoumat: fix memory leaks
Alexander Alekhin [Mon, 16 Dec 2013 12:46:36 +0000 (16:46 +0400)]
umat: fix memory leaks

10 years agoMerge remote-tracking branch 'origin/2.4' into merge-2.4
Roman Donchenko [Mon, 16 Dec 2013 11:02:12 +0000 (15:02 +0400)]
Merge remote-tracking branch 'origin/2.4' into merge-2.4

Conflicts:
doc/tutorials/definitions/tocDefinitions.rst
modules/core/include/opencv2/core/core.hpp
modules/core/src/system.cpp
modules/features2d/src/freak.cpp
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/src/cl_context.cpp
modules/ocl/test/test_api.cpp

10 years agoFixed descripotorsCount to descriptorsCount
StevenPuttemans [Mon, 16 Dec 2013 09:47:24 +0000 (10:47 +0100)]
Fixed descripotorsCount to descriptorsCount
See feature 2862

10 years agoAdded ocl_medianFilter using Transparent API
Elena Gvozdeva [Mon, 9 Dec 2013 06:34:32 +0000 (10:34 +0400)]
Added ocl_medianFilter using Transparent API

10 years agoMerge pull request #1988 from ilya-lavrenov:tapi_umat_convertTo
Andrey Pavlenko [Mon, 16 Dec 2013 09:04:21 +0000 (13:04 +0400)]
Merge pull request #1988 from ilya-lavrenov:tapi_umat_convertTo

10 years agoMerge pull request #1990 from AD-530:Issue3164
Roman Donchenko [Mon, 16 Dec 2013 08:11:43 +0000 (12:11 +0400)]
Merge pull request #1990 from AD-530:Issue3164

10 years agofixed init of clCxt
Matthias Bady [Sun, 15 Dec 2013 21:41:07 +0000 (22:41 +0100)]
fixed init of clCxt

10 years agoimplemented UMat::convertTo
Ilya Lavrenov [Sun, 15 Dec 2013 10:00:24 +0000 (14:00 +0400)]
implemented UMat::convertTo

10 years agoMerge pull request #1974 from ilya-lavrenov:tapi_equalizehist
Andrey Pavlenko [Fri, 13 Dec 2013 15:47:33 +0000 (19:47 +0400)]
Merge pull request #1974 from ilya-lavrenov:tapi_equalizehist

10 years agoadded cv::equalizeHist to T-API
Ilya Lavrenov [Thu, 12 Dec 2013 19:42:54 +0000 (23:42 +0400)]
added cv::equalizeHist to T-API

10 years agoMerge pull request #1981 from ilya-lavrenov:tapi_sqrt
Andrey Pavlenko [Fri, 13 Dec 2013 15:34:28 +0000 (19:34 +0400)]
Merge pull request #1981 from ilya-lavrenov:tapi_sqrt

10 years agoMerge pull request #1983 from ilya-lavrenov:tapi_umat
Andrey Pavlenko [Fri, 13 Dec 2013 15:29:49 +0000 (19:29 +0400)]
Merge pull request #1983 from ilya-lavrenov:tapi_umat

10 years agocore: added DirectX interop implementation (OpenCL) with samples
Alexander Alekhin [Sun, 1 Dec 2013 21:50:24 +0000 (01:50 +0400)]
core: added DirectX interop implementation (OpenCL) with samples

10 years agofixed UMat sync problems
Ilya Lavrenov [Fri, 13 Dec 2013 13:59:53 +0000 (17:59 +0400)]
fixed UMat sync problems

10 years agoMerge pull request #1980 from alalek:ocl_interop_initialization
Andrey Pavlenko [Fri, 13 Dec 2013 12:09:08 +0000 (16:09 +0400)]
Merge pull request #1980 from alalek:ocl_interop_initialization

10 years agocmake: detect Direct 3D 11
Alexander Alekhin [Thu, 28 Nov 2013 13:42:40 +0000 (17:42 +0400)]
cmake: detect Direct 3D 11

10 years agocontinue adding OpenCL optimization to cascade classifier
Vadim Pisarevsky [Thu, 12 Dec 2013 17:58:42 +0000 (21:58 +0400)]
continue adding OpenCL optimization to cascade classifier

10 years agoocl: add support for initialization from user-provided OpenCL handles
Alexander Alekhin [Thu, 12 Dec 2013 15:59:22 +0000 (19:59 +0400)]
ocl: add support for initialization from user-provided OpenCL handles

10 years agoadded cv::sqrt to T-API (using built-in sqrt OpenCL function)
Ilya Lavrenov [Thu, 12 Dec 2013 14:01:30 +0000 (18:01 +0400)]
added cv::sqrt to T-API (using built-in sqrt OpenCL function)

10 years agoMerge pull request #1954 from pentschev:ocl_features2d_fast_master
Andrey Pavlenko [Thu, 12 Dec 2013 13:37:09 +0000 (17:37 +0400)]
Merge pull request #1954 from pentschev:ocl_features2d_fast_master

10 years agoMerge pull request #1979 from pentschev:ocl_arithm_sqrt_master
Andrey Pavlenko [Thu, 12 Dec 2013 13:35:01 +0000 (17:35 +0400)]
Merge pull request #1979 from pentschev:ocl_arithm_sqrt_master

10 years agoMerge pull request #1889 from alalek:ocl_core_dynamic_runtime
Andrey Pavlenko [Thu, 12 Dec 2013 13:27:33 +0000 (17:27 +0400)]
Merge pull request #1889 from alalek:ocl_core_dynamic_runtime

10 years agoOCL: included sqrt matrix operation.
Peter Andreas Entschev [Thu, 12 Dec 2013 00:58:05 +0000 (22:58 -0200)]
OCL: included sqrt matrix operation.

10 years agoMerge pull request #1978 from ilya-lavrenov:ocl_min_max
Andrey Pavlenko [Thu, 12 Dec 2013 05:55:49 +0000 (09:55 +0400)]
Merge pull request #1978 from ilya-lavrenov:ocl_min_max

10 years agoMerge pull request #1976 from alalek:ocl_multiple_command_queues
Andrey Pavlenko [Thu, 12 Dec 2013 05:55:33 +0000 (09:55 +0400)]
Merge pull request #1976 from alalek:ocl_multiple_command_queues

10 years agoOCL: including FAST feature detector.
Peter Andreas Entschev [Sun, 8 Dec 2013 00:12:13 +0000 (22:12 -0200)]
OCL: including FAST feature detector.

10 years agofixed kernel compilation of cv::min, cv::max for CV_64F
Ilya Lavrenov [Wed, 11 Dec 2013 22:42:24 +0000 (02:42 +0400)]
fixed kernel compilation of cv::min, cv::max for CV_64F

10 years agoMerge pull request #1970 from ilya-lavrenov:tapi_checks
Andrey Pavlenko [Wed, 11 Dec 2013 17:37:10 +0000 (21:37 +0400)]
Merge pull request #1970 from ilya-lavrenov:tapi_checks

10 years agoMerge pull request #1971 from ilya-lavrenov:tapi_laplacian
Andrey Pavlenko [Wed, 11 Dec 2013 17:25:54 +0000 (21:25 +0400)]
Merge pull request #1971 from ilya-lavrenov:tapi_laplacian

10 years agoMerge pull request #1975 from magomimmo:clj-tut
Andrey Pavlenko [Wed, 11 Dec 2013 17:25:31 +0000 (21:25 +0400)]
Merge pull request #1975 from magomimmo:clj-tut

10 years agoocl: implemented per-thread OpenCL command queue
Alexander Alekhin [Wed, 11 Dec 2013 14:49:50 +0000 (18:49 +0400)]
ocl: implemented per-thread OpenCL command queue

10 years agocore: added TLS support
Alexander Alekhin [Wed, 11 Dec 2013 14:49:13 +0000 (18:49 +0400)]
core: added TLS support

10 years agoMerge pull request #1973 from ilya-lavrenov:ocl_haar_sample
Andrey Pavlenko [Wed, 11 Dec 2013 13:51:36 +0000 (17:51 +0400)]
Merge pull request #1973 from ilya-lavrenov:ocl_haar_sample

10 years agoFix problems with border extrapolation in kernel. Add Isolated/Nonisolated borders.
Vladimir Bystricky [Wed, 11 Dec 2013 12:57:47 +0000 (16:57 +0400)]
Fix problems with border extrapolation in kernel. Add Isolated/Nonisolated borders.

10 years agoMerge pull request #1968 from pentschev:fix_indentation_freak_2.4
Roman Donchenko [Wed, 11 Dec 2013 12:55:26 +0000 (16:55 +0400)]
Merge pull request #1968 from pentschev:fix_indentation_freak_2.4

10 years agoocl: disabled test for Split (there are problems with OutputArray and getMatRef)
Alexander Alekhin [Wed, 11 Dec 2013 12:46:08 +0000 (16:46 +0400)]
ocl: disabled test for Split (there are problems with OutputArray and getMatRef)

10 years agoMerge pull request #1958 from vbystricky:ocl_filter2D
Andrey Pavlenko [Wed, 11 Dec 2013 12:41:12 +0000 (16:41 +0400)]
Merge pull request #1958 from vbystricky:ocl_filter2D

10 years agoremove Daniele
Mimmmo Cosenza [Wed, 11 Dec 2013 12:35:20 +0000 (13:35 +0100)]
remove Daniele

10 years agoadd tutorial content
Mimmmo Cosenza [Wed, 11 Dec 2013 12:30:52 +0000 (13:30 +0100)]
add tutorial content

10 years agoadd clojure tutorial
Mimmmo Cosenza [Wed, 11 Dec 2013 12:28:27 +0000 (13:28 +0100)]
add clojure tutorial

10 years agoadd clojure logo
Mimmmo Cosenza [Wed, 11 Dec 2013 12:28:04 +0000 (13:28 +0100)]
add clojure logo

10 years agoadd clojure sample
Mimmmo Cosenza [Wed, 11 Dec 2013 12:26:47 +0000 (13:26 +0100)]
add clojure sample

10 years agoadd Mimmo Cosenza to Authors
Mimmmo Cosenza [Wed, 11 Dec 2013 12:25:53 +0000 (13:25 +0100)]
add Mimmo Cosenza to Authors

10 years agobioinspired: fix ocl test, skip them if OpenCL is not available
Alexander Alekhin [Thu, 5 Dec 2013 21:18:14 +0000 (01:18 +0400)]
bioinspired: fix ocl test, skip them if OpenCL is not available

10 years agocore/ocl: replace dynamic runtime
Alexander Alekhin [Thu, 21 Nov 2013 09:05:32 +0000 (13:05 +0400)]
core/ocl: replace dynamic runtime

10 years agocore/ocl: autogenerated files for dynamic runtime
Alexander Alekhin [Fri, 6 Dec 2013 14:45:50 +0000 (18:45 +0400)]
core/ocl: autogenerated files for dynamic runtime

10 years agocore/ocl: update dynamic runtime
Alexander Alekhin [Fri, 6 Dec 2013 14:41:23 +0000 (18:41 +0400)]
core/ocl: update dynamic runtime

10 years agocore/ocl: move opencl dynamic runtime from ocl module
Alexander Alekhin [Thu, 21 Nov 2013 08:17:16 +0000 (12:17 +0400)]
core/ocl: move opencl dynamic runtime from ocl module

10 years agofixed facedetect sample
Ilya Lavrenov [Wed, 11 Dec 2013 11:08:49 +0000 (15:08 +0400)]
fixed facedetect sample

10 years agoFix error in test
Vladimir Bystricky [Wed, 11 Dec 2013 10:33:22 +0000 (14:33 +0400)]
Fix error in test

10 years agoFix problems with border extrapolation in kernel. Add Isolated/Nonisolated borders.
Vladimir Bystricky [Wed, 11 Dec 2013 10:26:33 +0000 (14:26 +0400)]
Fix problems with border extrapolation in kernel. Add Isolated/Nonisolated borders.

10 years agoMerge pull request #1972 from alalek:ocl_queue_cleanup_hung
Andrey Pavlenko [Wed, 11 Dec 2013 10:06:49 +0000 (14:06 +0400)]
Merge pull request #1972 from alalek:ocl_queue_cleanup_hung

10 years agoocl: process termination hung workaround
Alexander Alekhin [Tue, 10 Dec 2013 20:31:34 +0000 (00:31 +0400)]
ocl: process termination hung workaround

10 years agoadded cv::Laplacian, cv::Sobel, cv::Scharr, cv::GaussianBlur to T-API
Ilya Lavrenov [Tue, 10 Dec 2013 16:14:37 +0000 (20:14 +0400)]
added cv::Laplacian, cv::Sobel, cv::Scharr, cv::GaussianBlur to T-API

10 years agoconverted Haar cascades to the new format; now they are handled with C++ code.
Vadim Pisarevsky [Tue, 10 Dec 2013 18:54:37 +0000 (22:54 +0400)]
converted Haar cascades to the new format; now they are handled with C++ code.

10 years agomore strict checks outside ROI
Ilya Lavrenov [Tue, 10 Dec 2013 12:27:21 +0000 (16:27 +0400)]
more strict checks outside ROI

10 years agoMerge pull request #1967 from ilya-lavrenov:tapi_blendLinear
Andrey Pavlenko [Tue, 10 Dec 2013 14:49:42 +0000 (18:49 +0400)]
Merge pull request #1967 from ilya-lavrenov:tapi_blendLinear

10 years agoFixing some indentation issues on FREAK source file.
Peter Andreas Entschev [Tue, 10 Dec 2013 10:57:46 +0000 (08:57 -0200)]
Fixing some indentation issues on FREAK source file.

10 years agoMerge pull request #1961 from SpecLad:merge-2.4
Roman Donchenko [Tue, 10 Dec 2013 10:39:35 +0000 (14:39 +0400)]
Merge pull request #1961 from SpecLad:merge-2.4

10 years agoadded cv::blendLinear
Ilya Lavrenov [Sun, 8 Dec 2013 19:16:17 +0000 (23:16 +0400)]
added cv::blendLinear

10 years agoMerge remote-tracking branch 'origin/2.4' into merge-2.4
Roman Donchenko [Mon, 9 Dec 2013 12:31:31 +0000 (16:31 +0400)]
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

10 years agoMerge pull request #1960 from ilya-lavrenov:tapi_bilateral
Roman Donchenko [Tue, 10 Dec 2013 08:13:15 +0000 (12:13 +0400)]
Merge pull request #1960 from ilya-lavrenov:tapi_bilateral

10 years agoMerge pull request #1959 from botverse:2.4
Roman Donchenko [Mon, 9 Dec 2013 13:25:33 +0000 (17:25 +0400)]
Merge pull request #1959 from botverse:2.4