platform/upstream/opencv.git
10 years agoMerge pull request #2232 from ilya-lavrenov:ABF_drop
Andrey Pavlenko [Fri, 31 Jan 2014 15:17:16 +0000 (19:17 +0400)]
Merge pull request #2232 from ilya-lavrenov:ABF_drop

10 years agoremoved ABF
Ilya Lavrenov [Thu, 30 Jan 2014 09:13:33 +0000 (13:13 +0400)]
removed ABF

10 years agoMerge pull request #2228 from ilya-lavrenov:tapi_experiments
Andrey Pavlenko [Fri, 31 Jan 2014 15:14:18 +0000 (19:14 +0400)]
Merge pull request #2228 from ilya-lavrenov:tapi_experiments

10 years agoMerge pull request #2243 from ilya-lavrenov:ocl2trash
Andrey Pavlenko [Fri, 31 Jan 2014 15:08:26 +0000 (19:08 +0400)]
Merge pull request #2243 from ilya-lavrenov:ocl2trash

10 years agoMerge pull request #2236 from ilya-lavrenov:tapi_boxfilter
Andrey Pavlenko [Fri, 31 Jan 2014 15:04:49 +0000 (19:04 +0400)]
Merge pull request #2236 from ilya-lavrenov:tapi_boxfilter

10 years agoMerge pull request #2244 from ilya-lavrenov:tapi_device_cache
Andrey Pavlenko [Fri, 31 Jan 2014 15:04:30 +0000 (19:04 +0400)]
Merge pull request #2244 from ilya-lavrenov:tapi_device_cache

10 years agoMerge pull request #2245 from ilya-lavrenov:redundant_sync
Andrey Pavlenko [Fri, 31 Jan 2014 15:04:07 +0000 (19:04 +0400)]
Merge pull request #2245 from ilya-lavrenov:redundant_sync

10 years agoMerge pull request #2246 from alalek:intersection_loop_bug
Andrey Pavlenko [Fri, 31 Jan 2014 14:58:01 +0000 (18:58 +0400)]
Merge pull request #2246 from alalek:intersection_loop_bug

10 years agoimgproc/intersection: fix loop index
Alexander Alekhin [Fri, 31 Jan 2014 10:42:38 +0000 (14:42 +0400)]
imgproc/intersection: fix loop index

10 years agoredundant clFinish in upload since clEnqueueWriteBuffer above is already blocked
Ilya Lavrenov [Fri, 31 Jan 2014 10:39:03 +0000 (14:39 +0400)]
redundant clFinish in upload since clEnqueueWriteBuffer above is already blocked

10 years agocached commonly used device properties
Ilya Lavrenov [Fri, 31 Jan 2014 10:00:05 +0000 (14:00 +0400)]
cached commonly used device properties

10 years agoOCL module 2 trash
Ilya Lavrenov [Fri, 31 Jan 2014 09:19:16 +0000 (13:19 +0400)]
OCL module 2 trash

10 years agoMerge pull request #2223 from cosminBoaca:add_prob_result_bayes_classifier
Roman Donchenko [Fri, 31 Jan 2014 08:49:18 +0000 (12:49 +0400)]
Merge pull request #2223 from cosminBoaca:add_prob_result_bayes_classifier

10 years agoMerge pull request #2237 from ivylee:lbph_chi_square_alt
Roman Donchenko [Fri, 31 Jan 2014 08:22:24 +0000 (12:22 +0400)]
Merge pull request #2237 from ivylee:lbph_chi_square_alt

10 years agosimplified cv::boxFilter OpenCL impl
Ilya Lavrenov [Thu, 30 Jan 2014 15:37:01 +0000 (19:37 +0400)]
simplified cv::boxFilter OpenCL impl

10 years agoFixed Bug #3514 Incorrect Chi-Square distance used in LBPH FaceRecognizer
Ivy Lee [Thu, 30 Jan 2014 21:53:05 +0000 (21:53 +0000)]
Fixed Bug #3514 Incorrect Chi-Square distance used in LBPH FaceRecognizer

10 years agoFixed alignment
Cosmin Boaca [Thu, 30 Jan 2014 14:43:56 +0000 (16:43 +0200)]
Fixed alignment

10 years agoFixed alignment
Cosmin Boaca [Thu, 30 Jan 2014 14:41:38 +0000 (16:41 +0200)]
Fixed alignment

10 years agoMerge branch 'add_prob_result_bayes_classifier', remote-tracking branch 'upstream...
Cosmin Boaca [Thu, 30 Jan 2014 14:38:15 +0000 (16:38 +0200)]
Merge branch 'add_prob_result_bayes_classifier', remote-tracking branch 'upstream/master' into add_prob_result_bayes_classifier

10 years agoMerge pull request #2220 from ilya-lavrenov:tapi_accumulate
Andrey Pavlenko [Thu, 30 Jan 2014 13:33:06 +0000 (17:33 +0400)]
Merge pull request #2220 from ilya-lavrenov:tapi_accumulate

10 years agoMerge pull request #2226 from ilya-lavrenov:tapi_calcHist
Andrey Pavlenko [Thu, 30 Jan 2014 13:28:43 +0000 (17:28 +0400)]
Merge pull request #2226 from ilya-lavrenov:tapi_calcHist

10 years agoworkaround
Ilya Lavrenov [Thu, 30 Jan 2014 13:23:56 +0000 (17:23 +0400)]
workaround

10 years agoFixed broken alignment
Cosmin Boaca [Thu, 30 Jan 2014 11:37:53 +0000 (13:37 +0200)]
Fixed broken alignment

10 years agoMerge branch 'add_prob_result_bayes_classifier', remote-tracking branch 'upstream...
Cosmin Boaca [Thu, 30 Jan 2014 11:32:32 +0000 (13:32 +0200)]
Merge branch 'add_prob_result_bayes_classifier', remote-tracking branch 'upstream/master' into add_prob_result_bayes_classifier

10 years agomoved kernelToStr to ocl.hpp
Ilya Lavrenov [Thu, 30 Jan 2014 11:23:11 +0000 (15:23 +0400)]
moved kernelToStr to ocl.hpp

10 years agoadded conditional compilation
Ilya Lavrenov [Wed, 29 Jan 2014 19:00:33 +0000 (23:00 +0400)]
added conditional compilation

10 years agofixed fp problem
Ilya Lavrenov [Thu, 30 Jan 2014 01:48:15 +0000 (05:48 +0400)]
fixed fp problem

10 years agoadded performance test
Ilya Lavrenov [Wed, 29 Jan 2014 12:33:44 +0000 (16:33 +0400)]
added performance test

10 years agoasync
Ilya Lavrenov [Wed, 29 Jan 2014 20:19:18 +0000 (00:19 +0400)]
async

10 years agosome experiments
Ilya Lavrenov [Wed, 29 Jan 2014 20:12:59 +0000 (00:12 +0400)]
some experiments

10 years agoadded performance test
Ilya Lavrenov [Wed, 29 Jan 2014 16:34:37 +0000 (20:34 +0400)]
added performance test

10 years agoadded cv::calcHist to T-API (only for CV_8UC1 with 256 bins)
Ilya Lavrenov [Wed, 29 Jan 2014 16:19:15 +0000 (20:19 +0400)]
added cv::calcHist to T-API (only for CV_8UC1 with 256 bins)

10 years agoMerge pull request #2212 from SpecLad:hog-sample-const-mat
Roman Donchenko [Wed, 29 Jan 2014 13:20:25 +0000 (17:20 +0400)]
Merge pull request #2212 from SpecLad:hog-sample-const-mat

10 years agoMerge pull request #2214 from cosminBoaca:add_returnDFVal_parallel_predict
Roman Donchenko [Wed, 29 Jan 2014 13:12:48 +0000 (17:12 +0400)]
Merge pull request #2214 from cosminBoaca:add_returnDFVal_parallel_predict

10 years agoAdded result_probabilities parameter to CvNormalBayesClassifier::predict method....
Cosmin Boaca [Wed, 29 Jan 2014 11:57:51 +0000 (13:57 +0200)]
Added result_probabilities parameter to CvNormalBayesClassifier::predict method. Issue #3401

10 years agoimplemented OpenCL version of cv::accumulate****
Ilya Lavrenov [Tue, 28 Jan 2014 20:10:06 +0000 (00:10 +0400)]
implemented OpenCL version of cv::accumulate****

10 years agoMerge pull request #2213 from ilya-lavrenov:tapi_buildPyramid
Andrey Pavlenko [Tue, 28 Jan 2014 12:31:29 +0000 (16:31 +0400)]
Merge pull request #2213 from ilya-lavrenov:tapi_buildPyramid

10 years agoAdded returnDFVal parameter to parallel CvSVM::predict function
Cosmin Boaca [Tue, 28 Jan 2014 09:54:39 +0000 (11:54 +0200)]
Added returnDFVal parameter to parallel CvSVM::predict function

10 years agoMerge pull request #2211 from SpecLad:merge-2.4
Roman Donchenko [Tue, 28 Jan 2014 08:44:29 +0000 (12:44 +0400)]
Merge pull request #2211 from SpecLad:merge-2.4

10 years agoMerge pull request #2207 from ilya-lavrenov:tapi_macro
Andrey Pavlenko [Mon, 27 Jan 2014 14:56:05 +0000 (18:56 +0400)]
Merge pull request #2207 from ilya-lavrenov:tapi_macro

10 years agorefactored imgproc
Ilya Lavrenov [Mon, 27 Jan 2014 09:25:21 +0000 (13:25 +0400)]
refactored imgproc

10 years agoOpenCL version of cv::buildPyramid
Ilya Lavrenov [Mon, 27 Jan 2014 14:34:19 +0000 (18:34 +0400)]
OpenCL version of cv::buildPyramid

10 years agoMerge pull request #2208 from alalek:ocl_dynload_warn
Andrey Pavlenko [Mon, 27 Jan 2014 14:24:13 +0000 (18:24 +0400)]
Merge pull request #2208 from alalek:ocl_dynload_warn

10 years agoFixed build for samples/cpp/train_HOG.cpp.
Roman Donchenko [Mon, 27 Jan 2014 13:39:33 +0000 (17:39 +0400)]
Fixed build for samples/cpp/train_HOG.cpp.

get_hogdescriptor_visu is passed img->clone(), which is not usable
as a non-const reference (and it doesn't modify the argument, anyway).

10 years agoMerge pull request #2203 from ilya-lavrenov:tapi_umat_vectors
Andrey Pavlenko [Mon, 27 Jan 2014 12:06:12 +0000 (16:06 +0400)]
Merge pull request #2203 from ilya-lavrenov:tapi_umat_vectors

10 years agoMerge pull request #2206 from ilya-lavrenov:ocl_warn_fix
Andrey Pavlenko [Mon, 27 Jan 2014 12:05:54 +0000 (16:05 +0400)]
Merge pull request #2206 from ilya-lavrenov:ocl_warn_fix

10 years agoMerge remote-tracking branch 'origin/2.4' into merge-2.4
Roman Donchenko [Mon, 27 Jan 2014 11:28:14 +0000 (15:28 +0400)]
Merge remote-tracking branch 'origin/2.4' into merge-2.4

Conflicts:
cmake/OpenCVDetectPython.cmake
cmake/OpenCVModule.cmake
modules/core/src/gpumat.cpp
modules/cudaimgproc/test/test_hough.cpp
modules/gpu/CMakeLists.txt
modules/gpu/src/cuda/generalized_hough.cu
modules/gpu/src/generalized_hough.cpp
modules/python/CMakeLists.txt

10 years agocore/ocl: added warning about incompatible configuration
Alexander Alekhin [Mon, 27 Jan 2014 09:38:47 +0000 (13:38 +0400)]
core/ocl: added warning about incompatible configuration

10 years agowarn fix
Ilya Lavrenov [Mon, 27 Jan 2014 08:34:30 +0000 (12:34 +0400)]
warn fix

10 years agoadded macro with ability of returning values
Ilya Lavrenov [Mon, 27 Jan 2014 08:32:26 +0000 (12:32 +0400)]
added macro with ability of returning values

10 years agofixed condition
Ilya Lavrenov [Fri, 24 Jan 2014 21:58:55 +0000 (01:58 +0400)]
fixed condition

10 years agofixed cv::split; enabled test
Ilya Lavrenov [Fri, 24 Jan 2014 20:43:32 +0000 (00:43 +0400)]
fixed cv::split; enabled test

10 years agoadded STD_VECTOR_UMAT support to _OutputArray::create
Ilya Lavrenov [Fri, 24 Jan 2014 20:27:33 +0000 (00:27 +0400)]
added STD_VECTOR_UMAT support to _OutputArray::create

10 years agoMerge pull request #2027 from AD-530:brief_cl
Andrey Pavlenko [Mon, 27 Jan 2014 05:49:46 +0000 (09:49 +0400)]
Merge pull request #2027 from AD-530:brief_cl

10 years agoMerge pull request #2155 from vbystricky:ocl_calcOpticalFlowPyrLK
Andrey Pavlenko [Sat, 25 Jan 2014 13:08:06 +0000 (17:08 +0400)]
Merge pull request #2155 from vbystricky:ocl_calcOpticalFlowPyrLK

10 years agoMerge pull request #2204 from ilya-lavrenov:tapi_stitch_perf_fix
Andrey Pavlenko [Sat, 25 Jan 2014 12:53:59 +0000 (16:53 +0400)]
Merge pull request #2204 from ilya-lavrenov:tapi_stitch_perf_fix

10 years agoMerge pull request #2191 from ilya-lavrenov:tapi_macro
Andrey Pavlenko [Sat, 25 Jan 2014 12:32:54 +0000 (16:32 +0400)]
Merge pull request #2191 from ilya-lavrenov:tapi_macro

10 years agofix
Ilya Lavrenov [Sat, 25 Jan 2014 07:50:28 +0000 (11:50 +0400)]
fix

10 years agorefactored core using new macro
Ilya Lavrenov [Fri, 24 Jan 2014 17:03:31 +0000 (21:03 +0400)]
refactored core using new macro

10 years agoUnused code removed
vbystricky [Thu, 23 Jan 2014 13:35:44 +0000 (17:35 +0400)]
Unused code removed

10 years agoChange type of result vector of ocl version from row to column
vbystricky [Thu, 23 Jan 2014 08:17:25 +0000 (12:17 +0400)]
Change type of result vector of ocl version from row to column

10 years agoFix build error
vbystricky [Mon, 20 Jan 2014 13:22:39 +0000 (17:22 +0400)]
Fix build error

10 years agoChange method of setting arguments to kernel to safe one
vbystricky [Mon, 20 Jan 2014 12:21:08 +0000 (16:21 +0400)]
Change method of setting arguments to kernel to safe one

10 years agoGrow up epsilon for sanity checks
vbystricky [Mon, 20 Jan 2014 10:50:47 +0000 (14:50 +0400)]
Grow up epsilon for sanity checks

10 years agoAdd perfomance test
vbystricky [Mon, 20 Jan 2014 08:39:04 +0000 (12:39 +0400)]
Add perfomance test

10 years agoFix builds errors
vbystricky [Thu, 16 Jan 2014 12:24:10 +0000 (16:24 +0400)]
Fix builds errors

10 years agoFix builds errors
vbystricky [Thu, 16 Jan 2014 12:24:10 +0000 (16:24 +0400)]
Fix builds errors

10 years agoValidate parameters for using OpenCL version, before upload UMat
vbystricky [Thu, 16 Jan 2014 11:44:35 +0000 (15:44 +0400)]
Validate parameters for using OpenCL version, before upload UMat

10 years agoFix error with some opencl functions on the build WITH_OPENCL=OFF
vbystricky [Thu, 16 Jan 2014 09:35:10 +0000 (13:35 +0400)]
Fix error with some opencl functions on the build WITH_OPENCL=OFF

10 years agoMove OpticalFlowPyrLK from ocl module to video module
vbystricky [Thu, 16 Jan 2014 07:57:57 +0000 (11:57 +0400)]
Move OpticalFlowPyrLK from ocl module to video module

10 years agoMerge pull request #2149 from ElenaGvozdeva:ocl_matchTemplate
Andrey Pavlenko [Fri, 24 Jan 2014 13:33:05 +0000 (17:33 +0400)]
Merge pull request #2149 from ElenaGvozdeva:ocl_matchTemplate

10 years agoadded new macros useful for tracking whether OpenCL impl run or not
Ilya Lavrenov [Wed, 22 Jan 2014 11:51:28 +0000 (15:51 +0400)]
added new macros useful for tracking whether OpenCL impl run or not

10 years agoMerge pull request #2182 from KonstantinMatskevich:ocl_tapi_samples
Andrey Pavlenko [Fri, 24 Jan 2014 13:03:42 +0000 (17:03 +0400)]
Merge pull request #2182 from KonstantinMatskevich:ocl_tapi_samples

10 years agoMerge pull request #2142 from KonstantinMatskevich:ocl_tapi_bfmatcher
Andrey Pavlenko [Fri, 24 Jan 2014 12:50:03 +0000 (16:50 +0400)]
Merge pull request #2142 from KonstantinMatskevich:ocl_tapi_bfmatcher

10 years agoMerge pull request #2190 from KonstantinMatskevich:ocl_dumpinfo
Andrey Pavlenko [Fri, 24 Jan 2014 12:44:19 +0000 (16:44 +0400)]
Merge pull request #2190 from KonstantinMatskevich:ocl_dumpinfo

10 years agoadd brackets
Konstantin Matskevich [Fri, 24 Jan 2014 12:35:51 +0000 (16:35 +0400)]
add brackets

10 years agoMerge pull request #2194 from apavlenko:2.4_perf_haar_iter
Andrey Pavlenko [Fri, 24 Jan 2014 12:13:19 +0000 (16:13 +0400)]
Merge pull request #2194 from apavlenko:2.4_perf_haar_iter

10 years agoMerge pull request #2197 from asmorkalov:ocv_packaging2
Roman Donchenko [Fri, 24 Jan 2014 10:27:44 +0000 (14:27 +0400)]
Merge pull request #2197 from asmorkalov:ocv_packaging2

10 years agofixes
Konstantin Matskevich [Fri, 24 Jan 2014 10:01:31 +0000 (14:01 +0400)]
fixes

10 years agofixes
Konstantin Matskevich [Fri, 24 Jan 2014 09:37:19 +0000 (13:37 +0400)]
fixes

10 years agosamples
Konstantin Matskevich [Mon, 20 Jan 2014 06:25:05 +0000 (10:25 +0400)]
samples

10 years agoImprovements in package build.
Alexander Smorkalov [Thu, 23 Jan 2014 16:57:30 +0000 (20:57 +0400)]
Improvements in package build.

10 years agofixed
Elena Gvozdeva [Fri, 24 Jan 2014 07:41:23 +0000 (11:41 +0400)]
fixed

10 years agotemporary disabling hanging test
Andrey Pavlenko [Fri, 24 Jan 2014 06:07:21 +0000 (10:07 +0400)]
temporary disabling hanging test

10 years agoMerge pull request #2193 from apavlenko:2.4_lic_remove
Roman Donchenko [Thu, 23 Jan 2014 13:13:51 +0000 (17:13 +0400)]
Merge pull request #2193 from apavlenko:2.4_lic_remove

10 years agoremoving duplicated legacy license, the actual instance is in 'opencv/LICENSE'
Andrey Pavlenko [Wed, 22 Jan 2014 17:47:50 +0000 (21:47 +0400)]
removing duplicated legacy license, the actual instance is in 'opencv/LICENSE'

10 years agoFixed merge conflicts
Elena Gvozdeva [Thu, 23 Jan 2014 11:31:32 +0000 (15:31 +0400)]
Fixed merge conflicts

10 years agofixed
Elena Gvozdeva [Wed, 22 Jan 2014 09:34:40 +0000 (13:34 +0400)]
fixed

10 years agofixed pref test
Elena Gvozdeva [Tue, 21 Jan 2014 12:57:01 +0000 (16:57 +0400)]
fixed pref test

10 years agoAdded perf test for ocl_matchTemplate
Elena Gvozdeva [Mon, 20 Jan 2014 11:48:16 +0000 (15:48 +0400)]
Added perf test for ocl_matchTemplate

10 years agofixed trailing whitespace
Elena Gvozdeva [Fri, 17 Jan 2014 14:37:57 +0000 (18:37 +0400)]
fixed trailing whitespace

10 years agofixed
Elena Gvozdeva [Fri, 17 Jan 2014 12:26:11 +0000 (16:26 +0400)]
fixed

10 years agofixed
Elena Gvozdeva [Fri, 17 Jan 2014 11:01:22 +0000 (15:01 +0400)]
fixed

10 years agofixed
Elena Gvozdeva [Thu, 16 Jan 2014 10:26:48 +0000 (14:26 +0400)]
fixed

10 years agoFixed test_match_template
Elena Gvozdeva [Wed, 15 Jan 2014 06:24:14 +0000 (10:24 +0400)]
Fixed test_match_template

10 years agoFixed trailing whitespace
Elena Gvozdeva [Tue, 14 Jan 2014 13:34:05 +0000 (17:34 +0400)]
Fixed trailing whitespace

10 years agoFixed warnings
Elena Gvozdeva [Tue, 14 Jan 2014 12:31:04 +0000 (16:31 +0400)]
Fixed warnings

10 years agoAdded ocl_matchTemplate( without dft)
Elena Gvozdeva [Tue, 14 Jan 2014 10:45:01 +0000 (14:45 +0400)]
Added ocl_matchTemplate( without dft)

10 years agoMerge pull request #2110 from hmax:master
Andrey Pavlenko [Thu, 23 Jan 2014 10:37:33 +0000 (14:37 +0400)]
Merge pull request #2110 from hmax:master

10 years agoMerge pull request #2188 from jet47:gpumat-copyto-fix
Roman Donchenko [Thu, 23 Jan 2014 09:28:12 +0000 (13:28 +0400)]
Merge pull request #2188 from jet47:gpumat-copyto-fix