platform/upstream/opencv.git
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 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 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 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 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

10 years agoMerge pull request #1956 from ilya-lavrenov:tapi_split_merge
Roman Donchenko [Mon, 9 Dec 2013 12:56:06 +0000 (16:56 +0400)]
Merge pull request #1956 from ilya-lavrenov:tapi_split_merge

10 years agoMerge pull request #1930 from alalek:cmake_msvs_subfolders
Roman Donchenko [Mon, 9 Dec 2013 12:21:15 +0000 (16:21 +0400)]
Merge pull request #1930 from alalek:cmake_msvs_subfolders

10 years agoadded cv::bilateralFilter to T-API
Ilya Lavrenov [Mon, 9 Dec 2013 12:03:25 +0000 (16:03 +0400)]
added cv::bilateralFilter to T-API

10 years agoDescriptorExtractor: added defaultNorm() to return default norm type.
Peter Andreas Entschev [Wed, 27 Nov 2013 19:58:40 +0000 (17:58 -0200)]
DescriptorExtractor: added defaultNorm() to return default norm type.

Added the defaultNorm() method to the DescriptorExtractor class. This method returns the default norm type for each descriptor type. The tests and C/C++ samples were updated to get the norm type directly from the DescriptorExtractor inherited classes.

This was reported in feature report #2182 (http://code.opencv.org/issues/2182). It will make it possible to get the norm type usually applied matching method for each descriptor, instead of passing it manually.

10 years ago--no-display property fix in stereo_match.cpp sample
Alfonso (the fonz) de la Osa [Mon, 9 Dec 2013 10:55:44 +0000 (10:55 +0000)]
--no-display property fix in stereo_match.cpp sample

10 years agoMerge pull request #1855 from Nerei:master
Roman Donchenko [Mon, 9 Dec 2013 10:10:59 +0000 (14:10 +0400)]
Merge pull request #1855 from Nerei:master

10 years agoMerge pull request #1883 from philippefoubert:branch_matx_inv
Roman Donchenko [Mon, 9 Dec 2013 10:07:09 +0000 (14:07 +0400)]
Merge pull request #1883 from philippefoubert:branch_matx_inv

10 years agoMerge pull request #1948 from ilya-lavrenov:tapi_norm
Andrey Pavlenko [Mon, 9 Dec 2013 09:25:41 +0000 (13:25 +0400)]
Merge pull request #1948 from ilya-lavrenov:tapi_norm

10 years agoMerge pull request #1946 from asmorkalov:android_manager_version_inc3
Roman Donchenko [Mon, 9 Dec 2013 09:14:15 +0000 (13:14 +0400)]
Merge pull request #1946 from asmorkalov:android_manager_version_inc3

10 years agoMerge pull request #1944 from ilya-lavrenov:minor_commits
Andrey Pavlenko [Mon, 9 Dec 2013 08:44:25 +0000 (12:44 +0400)]
Merge pull request #1944 from ilya-lavrenov:minor_commits

10 years agoFix build errors on Linux system
Vladimir Bystricky [Mon, 9 Dec 2013 07:31:55 +0000 (11:31 +0400)]
Fix build errors on Linux system

10 years agoFix build errors on Linux system
Vladimir Bystricky [Mon, 9 Dec 2013 07:10:48 +0000 (11:10 +0400)]
Fix build errors on Linux system

10 years agoAdd ocl version of filter2D to the module img_proc
Vladimir Bystricky [Mon, 9 Dec 2013 06:45:23 +0000 (10:45 +0400)]
Add ocl version of filter2D to the module img_proc

10 years agoadded cv::split to T-API
Ilya Lavrenov [Sun, 8 Dec 2013 10:45:25 +0000 (14:45 +0400)]
added cv::split to T-API

10 years agoadded cv::norm to T-API
Ilya Lavrenov [Fri, 6 Dec 2013 15:04:50 +0000 (19:04 +0400)]
added cv::norm to T-API

10 years agoadded cv::merge to T-API
Ilya Lavrenov [Sat, 7 Dec 2013 21:32:17 +0000 (01:32 +0400)]
added cv::merge to T-API

10 years agofixed -Wshadow and other warnings, added rvec test
Anatoly Baksheev [Sat, 7 Dec 2013 15:07:24 +0000 (19:07 +0400)]
fixed -Wshadow and other warnings, added rvec test

10 years agocompilation
Anatoly Baksheev [Sat, 30 Nov 2013 14:02:57 +0000 (18:02 +0400)]
compilation

10 years agofixed ocv_module_disable()
Anatoly Baksheev [Thu, 28 Nov 2013 08:10:28 +0000 (12:10 +0400)]
fixed ocv_module_disable()