Vadim Pisarevsky [Mon, 1 Sep 2014 10:36:50 +0000 (10:36 +0000)]
Merge pull request #3166 from akarsakov:ocl_native_sqrt
Alexander Alekhin [Mon, 1 Sep 2014 09:56:34 +0000 (09:56 +0000)]
Merge pull request #3176 from ilya-lavrenov:ipp_arm
Ilya Lavrenov [Sun, 31 Aug 2014 10:54:12 +0000 (10:54 +0000)]
don't use IPP on ARM
Vadim Pisarevsky [Mon, 1 Sep 2014 06:16:29 +0000 (06:16 +0000)]
Merge pull request #3177 from PhilLab:patch-3
Philipp Hasper [Sun, 31 Aug 2014 12:37:43 +0000 (14:37 +0200)]
Fixing Matx ostream operator
cv::Matx could not be converted to c::Mat automatically
Alexander Alekhin [Fri, 29 Aug 2014 16:28:31 +0000 (16:28 +0000)]
Merge pull request #3171 from akarsakov:amd_fft_fix
Alexander Alekhin [Fri, 29 Aug 2014 14:51:38 +0000 (14:51 +0000)]
Merge pull request #3172 from ilya-lavrenov:tapi_transpose_amd
Ilya Lavrenov [Fri, 29 Aug 2014 12:51:05 +0000 (16:51 +0400)]
attempt to fix compilation of OpenCL cv::transpose for AMD
Alexander Karsakov [Fri, 29 Aug 2014 10:23:18 +0000 (14:23 +0400)]
Added check AmdFft version to be sure that AmdFft binaries are available
Alexander Alekhin [Fri, 29 Aug 2014 09:45:04 +0000 (13:45 +0400)]
OCL: enable clAmdFftGetVersion
Vadim Pisarevsky [Fri, 29 Aug 2014 08:08:52 +0000 (08:08 +0000)]
Merge pull request #3163 from StevenPuttemans:fix_nonfree_items
Alexander Karsakov [Thu, 28 Aug 2014 13:01:49 +0000 (17:01 +0400)]
Disabled native_sqrt for double, since it may be not implemented and gives compilation error.
StevenPuttemans [Wed, 27 Aug 2014 11:50:11 +0000 (13:50 +0200)]
continue fixing nonfree elements
fixed dependency of stitching module on xfeatures2d module as optional
fixed the initModule_xfeatures2d function that was called in module stitching since it is in another namespace than the standard cv one.
Vadim Pisarevsky [Thu, 28 Aug 2014 10:41:11 +0000 (10:41 +0000)]
Merge pull request #3161 from ElenaGvozdeva:ocl_perf_gemm
Vadim Pisarevsky [Thu, 28 Aug 2014 10:39:52 +0000 (10:39 +0000)]
Merge pull request #3162 from alekcac:fix_in_py_tutor
Alexander Alekhin [Thu, 28 Aug 2014 09:08:51 +0000 (09:08 +0000)]
Merge pull request #2956 from ilya-lavrenov:tapi_accumulate
Vadim Pisarevsky [Wed, 27 Aug 2014 10:07:55 +0000 (10:07 +0000)]
Merge pull request #3117 from KruchDmitriy:canny_opt
Vadim Pisarevsky [Wed, 27 Aug 2014 10:06:34 +0000 (10:06 +0000)]
Merge pull request #3160 from akarsakov:ocl_dft_double_support
Alexander Shishkov [Wed, 27 Aug 2014 07:49:37 +0000 (11:49 +0400)]
Update py_setup_in_windows.rst
Alexander Karsakov [Tue, 26 Aug 2014 07:28:13 +0000 (11:28 +0400)]
Refactoring of OCL_FftPlan class
Vadim Pisarevsky [Tue, 26 Aug 2014 16:07:10 +0000 (16:07 +0000)]
Merge pull request #3158 from arielelkin:master
Vadim Pisarevsky [Tue, 26 Aug 2014 16:03:53 +0000 (16:03 +0000)]
Merge pull request #3149 from StevenPuttemans:fix_nonfree_includes
Vadim Pisarevsky [Tue, 26 Aug 2014 16:02:46 +0000 (16:02 +0000)]
Merge pull request #3152 from PhilLab:VideoCaptureFix
Vadim Pisarevsky [Tue, 26 Aug 2014 16:01:44 +0000 (16:01 +0000)]
Merge pull request #3155 from vbystricky:ocloptLaplacian
Elena Gvozdeva [Tue, 26 Aug 2014 11:05:36 +0000 (15:05 +0400)]
changed perf test for ocl_gemm
VBystricky [Tue, 26 Aug 2014 09:29:56 +0000 (13:29 +0400)]
Fix issues
PhilLab [Tue, 26 Aug 2014 07:42:46 +0000 (09:42 +0200)]
VideoCapture did not detect an unopened camera
Alexander Alekhin [Tue, 26 Aug 2014 06:34:20 +0000 (06:34 +0000)]
Merge pull request #2921 from ilya-lavrenov:tapi_memop
StevenPuttemans [Fri, 22 Aug 2014 13:33:24 +0000 (15:33 +0200)]
adapted all nonfree header inclusion since it doesn't exist anymore as a module
Ariel Elkin [Mon, 25 Aug 2014 18:13:13 +0000 (15:13 -0300)]
Doc: update video processing tutorial code for OpenCV v2.4.9 and v3a
Vadim Pisarevsky [Mon, 25 Aug 2014 18:11:10 +0000 (18:11 +0000)]
Merge pull request #3157 from PhilLab:pnpFix
Vadim Pisarevsky [Mon, 25 Aug 2014 18:09:27 +0000 (18:09 +0000)]
Merge pull request #3154 from PhilLab:patch-4
Vadim Pisarevsky [Mon, 25 Aug 2014 17:10:45 +0000 (17:10 +0000)]
Merge pull request #3151 from PhilLab:orbNoKeypoints
PhilLab [Mon, 25 Aug 2014 15:06:17 +0000 (17:06 +0200)]
PnP solver: fixed element-wise access
Alexander Karsakov [Mon, 25 Aug 2014 14:08:43 +0000 (18:08 +0400)]
Added double support for OCL version of DFT
vbystricky [Mon, 30 Jun 2014 06:37:41 +0000 (10:37 +0400)]
Optimize OpenCL version of Laplacian filter for kernel size great than 3
Philipp Hasper [Mon, 25 Aug 2014 12:49:21 +0000 (14:49 +0200)]
CUDA optical flow stubs: missing parameter
Vadim Pisarevsky [Mon, 25 Aug 2014 11:29:42 +0000 (11:29 +0000)]
Merge pull request #3153 from PhilLab:patch-3
Ilya Lavrenov [Wed, 9 Jul 2014 16:06:54 +0000 (20:06 +0400)]
used new stratehy in cv::accumulate**
Ilya Lavrenov [Wed, 9 Jul 2014 15:57:27 +0000 (19:57 +0400)]
improved cv::ocl::predictOptimalVectorWidth
Ilya Lavrenov [Wed, 9 Jul 2014 15:00:33 +0000 (19:00 +0400)]
optimization of cv::accumulate**
Ilya Lavrenov [Tue, 1 Jul 2014 09:49:03 +0000 (13:49 +0400)]
changed base types for cv::memopTypeToStr
Philipp Hasper [Sat, 23 Aug 2014 17:07:14 +0000 (19:07 +0200)]
ORB.cl : fixed redefinition of val
PhilLab [Fri, 22 Aug 2014 19:00:41 +0000 (21:00 +0200)]
ORB crashed with no keypoints present
Vadim Pisarevsky [Fri, 22 Aug 2014 12:16:41 +0000 (12:16 +0000)]
Merge pull request #3139 from bmagyar:patch-2
Vadim Pisarevsky [Fri, 22 Aug 2014 12:14:06 +0000 (12:14 +0000)]
Merge pull request #3144 from ElenaGvozdeva:ocl_morphSmall
Vadim Pisarevsky [Fri, 22 Aug 2014 07:24:21 +0000 (07:24 +0000)]
Merge pull request #3142 from akarsakov:fix_cvtcolor_luv_rgb_master
U-KruchininD-ПК\KruchininD [Tue, 15 Jul 2014 13:04:50 +0000 (17:04 +0400)]
New optimization for canny
new hysteresis
delete whitespaces
fix problem with mad24
Dynamic work group size
dynamic work group size
Fix problem with warnings
Fix some problems with border
Another one fix
Delete trailing whitespaces
some changes
fix problem with warning
Vadim Pisarevsky [Fri, 22 Aug 2014 07:17:36 +0000 (07:17 +0000)]
Merge pull request #3140 from braindevices:master
Vadim Pisarevsky [Fri, 22 Aug 2014 07:15:40 +0000 (07:15 +0000)]
Merge pull request #3116 from shubhra:master
Vadim Pisarevsky [Fri, 22 Aug 2014 07:14:13 +0000 (07:14 +0000)]
Merge pull request #3127 from GravityJack:size-math-ops
Vadim Pisarevsky [Fri, 22 Aug 2014 07:12:31 +0000 (07:12 +0000)]
Merge pull request #3131 from znah:python_namespaces
Vadim Pisarevsky [Fri, 22 Aug 2014 07:04:43 +0000 (07:04 +0000)]
Merge pull request #3124 from f-morozov:optim_pr
Elena Gvozdeva [Fri, 22 Aug 2014 06:31:13 +0000 (10:31 +0400)]
fixed ocl_boxFilter
Marc Rollins [Thu, 21 Aug 2014 18:41:12 +0000 (11:41 -0700)]
Fixing uninitialized temporary.
Marc Rollins [Thu, 21 Aug 2014 17:37:36 +0000 (10:37 -0700)]
Reverting pass-by-value changes to arithmetic operators.
Alexander Alekhin [Thu, 21 Aug 2014 16:47:13 +0000 (16:47 +0000)]
Merge pull request #3146 from alalek:extra_for_pr3042
Alexander Alekhin [Thu, 21 Aug 2014 16:15:35 +0000 (20:15 +0400)]
dummy commit
Alexander Alekhin [Thu, 21 Aug 2014 15:48:10 +0000 (15:48 +0000)]
Merge pull request #3128 from asmorkalov:android_tegra_optimizations_build_fix
Alexander Mordvintsev [Thu, 21 Aug 2014 14:45:50 +0000 (18:45 +0400)]
blacklisted 'tracking' due to some linking problem
Alexander Mordvintsev [Thu, 21 Aug 2014 13:31:01 +0000 (17:31 +0400)]
fix namespace conflicts (like cv::inpaint and cv::xphoto::inpaint)
whitespace fix
Alexander Karsakov [Wed, 20 Aug 2014 11:07:19 +0000 (15:07 +0400)]
Fixed range for 'v' channel for 8U images
Elena Gvozdeva [Thu, 21 Aug 2014 12:07:04 +0000 (16:07 +0400)]
fix for ocl_morphSmall
Alexander Mordvintsev [Thu, 21 Aug 2014 10:51:03 +0000 (14:51 +0400)]
base class name resolution
fixed find_obj.py
Vadim Pisarevsky [Thu, 21 Aug 2014 05:41:18 +0000 (05:41 +0000)]
Merge pull request #3135 from thorikawa:fix-arithmetic-exception-with-ipp
f-morozov [Thu, 21 Aug 2014 05:34:52 +0000 (09:34 +0400)]
AKAZE optimizations
Vadim Pisarevsky [Thu, 21 Aug 2014 05:30:17 +0000 (05:30 +0000)]
Merge pull request #3129 from PhilLab:patch-2
Shubhra Pandit [Thu, 21 Aug 2014 00:33:21 +0000 (20:33 -0400)]
Doc changes for feature changes 1544 and 1557
Ling Wang@z77x [Wed, 20 Aug 2014 14:13:13 +0000 (07:13 -0700)]
fix cmake ocv_add_samples for opencv_contrib/modules/bioinspired
If a sample containing subdirs, a Cmake error will be raised, since the original code can only install FILES.
Vadim Pisarevsky [Wed, 20 Aug 2014 14:21:08 +0000 (14:21 +0000)]
Merge pull request #2942 from ernest-galbrun:tvl1_chambolle
Bence Magyar [Wed, 20 Aug 2014 13:32:05 +0000 (15:32 +0200)]
Update tocDefinitions.rst
Second fix in docs needed for https://github.com/Itseez/opencv_contrib/pull/70
http://www.build.opencv.org/buildbot/builders/precommit-contrib_docs/builds/277
Vadim Pisarevsky [Wed, 20 Aug 2014 13:18:37 +0000 (13:18 +0000)]
Merge pull request #3042 from edgarriba:master
Poly Takahiro Horikawa [Wed, 20 Aug 2014 02:19:53 +0000 (19:19 -0700)]
Fix arithmetic exception when pass an empty mat with IPP option on.
Vadim Pisarevsky [Tue, 19 Aug 2014 22:23:59 +0000 (22:23 +0000)]
Merge pull request #3133 from bmagyar:patch-1
Vadim Pisarevsky [Tue, 19 Aug 2014 22:22:23 +0000 (22:22 +0000)]
Merge pull request #3099 from f-morozov:akaze_tutorial
Bence Magyar [Tue, 19 Aug 2014 16:00:13 +0000 (18:00 +0200)]
Fix color table
Apart from not displaying the table, it breaks the doc build of https://github.com/Itseez/opencv_contrib/pull/70.
Alexander Mordvintsev [Tue, 19 Aug 2014 15:19:11 +0000 (19:19 +0400)]
removing modules from blacklist
Alexander Mordvintsev [Tue, 19 Aug 2014 12:57:37 +0000 (16:57 +0400)]
fixing warnings
keep old const names for compatibility
Alexander Mordvintsev [Tue, 19 Aug 2014 10:57:47 +0000 (14:57 +0400)]
fixing warnings
Alexander Mordvintsev [Tue, 19 Aug 2014 09:35:46 +0000 (13:35 +0400)]
put consts into python submodules
maintain set of visited namespaces in CppHeaderParser
WARNING: REMOVED const name conversion (SomeConstName -> SOME_CONST_NAME), discussion needed
Alexander Mordvintsev [Mon, 18 Aug 2014 12:52:01 +0000 (16:52 +0400)]
unified namespace population with 'init_submodule'
Alexander Mordvintsev [Mon, 18 Aug 2014 12:15:30 +0000 (16:15 +0400)]
nested classes support
Alexander Mordvintsev [Fri, 15 Aug 2014 16:44:32 +0000 (20:44 +0400)]
function namespaces partially work
Alexander Mordvintsev [Thu, 14 Aug 2014 15:01:49 +0000 (19:01 +0400)]
handling namespaces on parsing functions
submodule method tables generation
f-morozov [Tue, 19 Aug 2014 12:35:20 +0000 (16:35 +0400)]
AKAZE fixes and tracking tutorial
PhilLab [Tue, 19 Aug 2014 09:08:16 +0000 (11:08 +0200)]
Clarified parameter useExtrinsicGuess in solvePnP
Vadim Pisarevsky [Tue, 19 Aug 2014 09:06:45 +0000 (09:06 +0000)]
Merge pull request #3104 from dkanafeev:new_ipp_func_master
Vadim Pisarevsky [Tue, 19 Aug 2014 09:01:35 +0000 (09:01 +0000)]
Merge pull request #3122 from akarsakov:cvtcolor_perf_test_fix
Vadim Pisarevsky [Tue, 19 Aug 2014 08:57:53 +0000 (08:57 +0000)]
Merge pull request #3121 from akarsakov:ocl_dft_opt
Vadim Pisarevsky [Tue, 19 Aug 2014 08:56:19 +0000 (08:56 +0000)]
Merge pull request #3119 from mshabunin:logistic-regression
Ernest Galbrun [Tue, 19 Aug 2014 08:00:03 +0000 (10:00 +0200)]
fixed failing test in opencv_video
Alexander Smorkalov [Tue, 19 Aug 2014 07:40:25 +0000 (11:40 +0400)]
Build fix for NVIDIA Tegra optimizations integration.
edgarriba [Mon, 18 Aug 2014 22:56:13 +0000 (00:56 +0200)]
cleaned dls code
edgarriba [Mon, 18 Aug 2014 22:52:09 +0000 (00:52 +0200)]
cleaned dls code
edgarriba [Mon, 18 Aug 2014 22:35:22 +0000 (00:35 +0200)]
updated sanity data
edgarriba [Mon, 18 Aug 2014 22:22:08 +0000 (00:22 +0200)]
updated dls perf test
edgarriba [Mon, 18 Aug 2014 20:30:00 +0000 (22:30 +0200)]
Merge branch 'master' of https://github.com/Itseez/opencv
edgarriba [Mon, 18 Aug 2014 19:46:23 +0000 (21:46 +0200)]
Merge branch 'master' of https://github.com/edgarriba/opencv
edgarriba [Mon, 18 Aug 2014 19:46:16 +0000 (21:46 +0200)]
Update perf_pnp && ransac model points
Marc Rollins [Mon, 18 Aug 2014 19:25:48 +0000 (12:25 -0700)]
Simplifying arithmetic and comparison operator implementation.
Implementing + and - in terms of += and -=.
Implementing != in terms of ==.