profile/ivi/opencv.git
10 years agoMerge pull request #1715 from asmorkalov:android_java_bincompat_fix
Andrey Pavlenko [Wed, 30 Oct 2013 20:04:03 +0000 (00:04 +0400)]
Merge pull request #1715 from asmorkalov:android_java_bincompat_fix

10 years agoMerge pull request #1720 from SpecLad:cmp0017
Roman Donchenko [Wed, 30 Oct 2013 13:46:33 +0000 (17:46 +0400)]
Merge pull request #1720 from SpecLad:cmp0017

10 years agoMerge pull request #1718 from SpecLad:have-opencv-ocl
Roman Donchenko [Wed, 30 Oct 2013 13:33:03 +0000 (17:33 +0400)]
Merge pull request #1718 from SpecLad:have-opencv-ocl

10 years agoFixed CMake warnings/bugs caused by #1670 and #1714
Roman Donchenko [Wed, 30 Oct 2013 12:10:02 +0000 (16:10 +0400)]
Fixed CMake warnings/bugs caused by #1670 and #1714

include() doesn't create a variable scope, so the settings of
CMAKE_MODULE_PATH and CMAKE_FIND_ROOT_PATH_MODE_* were polluting
everything included after OpenCVDetectCUDA.cmake.

Also, FindCUDA includes FindPackageHandleStandardArgs, which includes
CMakeParseArguments, which causes warnings related to policy CMP0017.
Setting it to NEW seems safe enough.

10 years agoMerge pull request #1712 from alalek:ocl_split
Roman Donchenko [Wed, 30 Oct 2013 12:18:49 +0000 (16:18 +0400)]
Merge pull request #1712 from alalek:ocl_split

10 years agoMerge pull request #1652 from nghiaho12:kalman
Roman Donchenko [Wed, 30 Oct 2013 11:11:25 +0000 (15:11 +0400)]
Merge pull request #1652 from nghiaho12:kalman

10 years agoocl: split: update tests and implementation
Alexander Alekhin [Tue, 29 Oct 2013 16:35:42 +0000 (20:35 +0400)]
ocl: split: update tests and implementation

10 years agoFixed building with OpenCL, but without the ocl module.
Roman Donchenko [Wed, 30 Oct 2013 10:02:08 +0000 (14:02 +0400)]
Fixed building with OpenCL, but without the ocl module.

HAVE_opencv_ocl implies HAVE_OPENCL, so checking for both is not
necessary.

10 years agoMerge pull request #1714 from jet47:find-cuda-fix
Roman Donchenko [Wed, 30 Oct 2013 09:27:40 +0000 (13:27 +0400)]
Merge pull request #1714 from jet47:find-cuda-fix

10 years agoBug #3276 Java bindings binary compatibility is broken in branch 2.4 fixed.
Alexander Smorkalov [Wed, 30 Oct 2013 08:45:44 +0000 (12:45 +0400)]
Bug #3276 Java bindings binary compatibility is broken in branch 2.4 fixed.

New version of Java wrappers' generator uses different wrappers for VideoCapture
on Android and desktop to prevent binary compatibility issues.

10 years agoMerge pull request #1675 from krodyush:opencl-optimization
Roman Donchenko [Wed, 30 Oct 2013 08:28:31 +0000 (12:28 +0400)]
Merge pull request #1675 from krodyush:opencl-optimization

10 years agoMerge pull request #1713 from pengx17:patch-2
Roman Donchenko [Wed, 30 Oct 2013 08:27:09 +0000 (12:27 +0400)]
Merge pull request #1713 from pengx17:patch-2

10 years agofixed find package CUDA for cross-compilation
Vladislav Vinogradov [Wed, 30 Oct 2013 08:10:35 +0000 (12:10 +0400)]
fixed find package CUDA for cross-compilation

replaced find_host_package with find_package and
set CMAKE_FIND_ROOT_PATH_MODE_LIBRARY to BOTH, because NEVER
doesn't work for CUDA_CUDA_LIBRARY, which is located in
/usr/arm-linux-gnueabihf/lib/libcuda.so for ARM

10 years agoFix a typo
Peng Xiao [Wed, 30 Oct 2013 02:36:28 +0000 (10:36 +0800)]
Fix a typo

10 years agoMerge pull request #1670 from jet47:cuda-cmake-fix
Roman Donchenko [Tue, 29 Oct 2013 09:24:14 +0000 (13:24 +0400)]
Merge pull request #1670 from jet47:cuda-cmake-fix

10 years agoMerge pull request #1702 from alalek:ocl_memory_corruption_check
Andrey Pavlenko [Tue, 29 Oct 2013 07:07:03 +0000 (11:07 +0400)]
Merge pull request #1702 from alalek:ocl_memory_corruption_check

10 years agoMerge pull request #1688 from alalek:ocl_fix_filters
Andrey Pavlenko [Tue, 29 Oct 2013 07:05:10 +0000 (11:05 +0400)]
Merge pull request #1688 from alalek:ocl_fix_filters

10 years agoMerge pull request #1687 from bitwangyaoyao:2.4_fix
Andrey Pavlenko [Tue, 29 Oct 2013 07:03:33 +0000 (11:03 +0400)]
Merge pull request #1687 from bitwangyaoyao:2.4_fix

10 years agoMerge pull request #1677 from pengx17:patch-1
Andrey Pavlenko [Tue, 29 Oct 2013 07:00:26 +0000 (11:00 +0400)]
Merge pull request #1677 from pengx17:patch-1

10 years agoMerge pull request #1495 from StevenPuttemans:bugfix_3282
Andrey Pavlenko [Tue, 29 Oct 2013 06:51:00 +0000 (10:51 +0400)]
Merge pull request #1495 from StevenPuttemans:bugfix_3282

10 years agoMerge pull request #1544 from ilya-lavrenov:ocl_blendLinear
Andrey Pavlenko [Tue, 29 Oct 2013 06:49:46 +0000 (10:49 +0400)]
Merge pull request #1544 from ilya-lavrenov:ocl_blendLinear

10 years agoMerge pull request #1708 from ilya-lavrenov:ocl_threshold
Andrey Pavlenko [Tue, 29 Oct 2013 06:43:44 +0000 (10:43 +0400)]
Merge pull request #1708 from ilya-lavrenov:ocl_threshold

10 years agoMerge pull request #1700 from ilya-lavrenov:ocl_bitwise_perf
Andrey Pavlenko [Tue, 29 Oct 2013 06:43:26 +0000 (10:43 +0400)]
Merge pull request #1700 from ilya-lavrenov:ocl_bitwise_perf

10 years agoMerge pull request #1707 from ilya-lavrenov:ocl_morph
Andrey Pavlenko [Tue, 29 Oct 2013 06:38:23 +0000 (10:38 +0400)]
Merge pull request #1707 from ilya-lavrenov:ocl_morph

10 years agoMerge pull request #1699 from ilya-lavrenov:ocl_minMax
Andrey Pavlenko [Tue, 29 Oct 2013 06:35:58 +0000 (10:35 +0400)]
Merge pull request #1699 from ilya-lavrenov:ocl_minMax

10 years agoMerge pull request #1695 from ilya-lavrenov:ocl_showDiff
Andrey Pavlenko [Tue, 29 Oct 2013 06:35:42 +0000 (10:35 +0400)]
Merge pull request #1695 from ilya-lavrenov:ocl_showDiff

10 years agofixed and generalized ocl::blendLinear
Ilya Lavrenov [Mon, 28 Oct 2013 19:49:19 +0000 (23:49 +0400)]
fixed and generalized ocl::blendLinear

10 years agofixed OpenCL morph operations for case when kernel does not have zero element
Ilya Lavrenov [Mon, 28 Oct 2013 12:46:41 +0000 (16:46 +0400)]
fixed OpenCL morph operations for case when kernel does not have zero element

10 years agoocl: filters: update documentation
Alexander Alekhin [Mon, 28 Oct 2013 14:22:31 +0000 (18:22 +0400)]
ocl: filters: update documentation

10 years agoocl: fix morph filters
Alexander Alekhin [Sat, 26 Oct 2013 07:15:53 +0000 (11:15 +0400)]
ocl: fix morph filters

10 years agoocl: rewrite filter2D
Alexander Alekhin [Sat, 26 Oct 2013 01:06:22 +0000 (05:06 +0400)]
ocl: rewrite filter2D

10 years agoocl: rewrite boxFilter
Alexander Alekhin [Sat, 26 Oct 2013 19:31:51 +0000 (23:31 +0400)]
ocl: rewrite boxFilter

10 years agoocl: update filter tests
Alexander Alekhin [Sat, 26 Oct 2013 07:37:02 +0000 (11:37 +0400)]
ocl: update filter tests

10 years agoMerge pull request #1691 from SpecLad:ffmpeg-test
Roman Donchenko [Mon, 28 Oct 2013 15:35:08 +0000 (19:35 +0400)]
Merge pull request #1691 from SpecLad:ffmpeg-test

10 years agoocl: memory corruption check
Alexander Alekhin [Sat, 26 Oct 2013 11:03:23 +0000 (15:03 +0400)]
ocl: memory corruption check

10 years agoMerge pull request #1706 from ilya-lavrenov:example_fix
Roman Donchenko [Mon, 28 Oct 2013 15:05:18 +0000 (19:05 +0400)]
Merge pull request #1706 from ilya-lavrenov:example_fix

10 years agoMerge pull request #1705 from ilya-lavrenov:ocl_flip
Andrey Pavlenko [Mon, 28 Oct 2013 15:02:24 +0000 (19:02 +0400)]
Merge pull request #1705 from ilya-lavrenov:ocl_flip

10 years agoMerge pull request #1703 from bitwangyaoyao:2.4_fix1480
Andrey Pavlenko [Mon, 28 Oct 2013 15:01:51 +0000 (19:01 +0400)]
Merge pull request #1703 from bitwangyaoyao:2.4_fix1480

10 years agoMerge pull request #1701 from alalek:ocl_fix_canny
Andrey Pavlenko [Mon, 28 Oct 2013 15:01:13 +0000 (19:01 +0400)]
Merge pull request #1701 from alalek:ocl_fix_canny

10 years agoMerge pull request #1698 from ilya-lavrenov:ocl_warp
Andrey Pavlenko [Mon, 28 Oct 2013 14:59:08 +0000 (18:59 +0400)]
Merge pull request #1698 from ilya-lavrenov:ocl_warp

10 years agofixed ocl::minMax for FP-types
Ilya Lavrenov [Sun, 27 Oct 2013 11:55:40 +0000 (15:55 +0400)]
fixed ocl::minMax for FP-types

10 years agoocl tests: show diff when cv::countNonZero(diff) > 0
Ilya Lavrenov [Fri, 25 Oct 2013 14:48:39 +0000 (18:48 +0400)]
ocl tests: show diff when cv::countNonZero(diff) > 0

10 years agorewrote and generalized ocl::threshold
Ilya Lavrenov [Mon, 28 Oct 2013 14:04:34 +0000 (18:04 +0400)]
rewrote and generalized ocl::threshold

10 years agofixed OpenCL morph operations for case when kernel does not have zero element
Ilya Lavrenov [Mon, 28 Oct 2013 12:46:41 +0000 (16:46 +0400)]
fixed OpenCL morph operations for case when kernel does not have zero element

10 years agoocl example typo
Ilya Lavrenov [Mon, 28 Oct 2013 10:09:30 +0000 (14:09 +0400)]
ocl example typo

10 years agofixed ocl::flip
Ilya Lavrenov [Sat, 26 Oct 2013 19:43:44 +0000 (23:43 +0400)]
fixed ocl::flip

10 years agoMerge pull request #1657 from KonstantinMatskevich:ocldistanceToCenters
Roman Donchenko [Mon, 28 Oct 2013 09:46:31 +0000 (13:46 +0400)]
Merge pull request #1657 from KonstantinMatskevich:ocldistanceToCenters

10 years agofix bug #1480
yao [Mon, 28 Oct 2013 09:36:43 +0000 (17:36 +0800)]
fix bug #1480

10 years agofix the mismatch running on cpu devices
yao [Mon, 28 Oct 2013 08:32:46 +0000 (16:32 +0800)]
fix the mismatch running on cpu devices

10 years agoMerge pull request #1696 from apavlenko:fix_typo_GpuMaterials
Roman Donchenko [Mon, 28 Oct 2013 08:18:41 +0000 (12:18 +0400)]
Merge pull request #1696 from apavlenko:fix_typo_GpuMaterials

10 years agoFixed a missing barrier.
Peng Xiao [Mon, 28 Oct 2013 06:17:59 +0000 (14:17 +0800)]
Fixed a missing barrier.

10 years agoadded own version of FindCUDA.cmake
Vladislav Vinogradov [Mon, 28 Oct 2013 06:09:16 +0000 (10:09 +0400)]
added own version of FindCUDA.cmake

10 years agofix bugs on host and device sides for imgprog_sobel3.cl
konstantin [Sun, 27 Oct 2013 20:14:07 +0000 (00:14 +0400)]
fix bugs on host and device sides for imgprog_sobel3.cl

10 years agoocl: Canny: port CUDA-based implementation of edgesHysteresisLocal
Alexander Alekhin [Sun, 27 Oct 2013 20:01:56 +0000 (00:01 +0400)]
ocl: Canny: port CUDA-based implementation of edgesHysteresisLocal

10 years agoadded performance tests for ocl::bitwise_or and ocl::bitwose_xor
Ilya Lavrenov [Sun, 27 Oct 2013 12:25:38 +0000 (16:25 +0400)]
added performance tests for ocl::bitwise_or and ocl::bitwose_xor

10 years agoocl: Canny: replace unsafe buffer to oclMat
Alexander Alekhin [Sun, 27 Oct 2013 14:55:42 +0000 (18:55 +0400)]
ocl: Canny: replace unsafe buffer to oclMat

10 years agofixed tests for ocl::warpAffine and ocl::warpPerspective
Ilya Lavrenov [Sun, 27 Oct 2013 08:58:22 +0000 (12:58 +0400)]
fixed tests for ocl::warpAffine and ocl::warpPerspective

10 years agorename imageproc_sobel2.cl -> imageproc_sobel3.cl for consistency
konstantin [Fri, 25 Oct 2013 17:44:01 +0000 (21:44 +0400)]
rename imageproc_sobel2.cl -> imageproc_sobel3.cl for consistency

10 years agoMerge pull request #1697 from SpecLad:sdk-redux
Roman Donchenko [Fri, 25 Oct 2013 16:32:04 +0000 (20:32 +0400)]
Merge pull request #1697 from SpecLad:sdk-redux

10 years agoMerge pull request #1655 from pengx17:2.4_opt_superres_ocl
Andrey Pavlenko [Fri, 25 Oct 2013 15:47:38 +0000 (19:47 +0400)]
Merge pull request #1655 from pengx17:2.4_opt_superres_ocl

10 years agoMerge pull request #1689 from ilya-lavrenov:ocl_bilateralFilter
Andrey Pavlenko [Fri, 25 Oct 2013 15:41:56 +0000 (19:41 +0400)]
Merge pull request #1689 from ilya-lavrenov:ocl_bilateralFilter

10 years agoMerge pull request #1692 from ilya-lavrenov:ocl_separableFilter
Andrey Pavlenko [Fri, 25 Oct 2013 15:39:21 +0000 (19:39 +0400)]
Merge pull request #1692 from ilya-lavrenov:ocl_separableFilter

10 years agoMerge pull request #1694 from apavlenko:fix_typo
Andrey Pavlenko [Fri, 25 Oct 2013 15:35:18 +0000 (19:35 +0400)]
Merge pull request #1694 from apavlenko:fix_typo

10 years agoMerge pull request #1693 from ilya-lavrenov:ocl_adaptiveBilateralFilter
Andrey Pavlenko [Fri, 25 Oct 2013 15:34:33 +0000 (19:34 +0400)]
Merge pull request #1693 from ilya-lavrenov:ocl_adaptiveBilateralFilter

10 years agoMerge pull request #1690 from SpecLad:cmake-2.8.12
Roman Donchenko [Fri, 25 Oct 2013 15:24:57 +0000 (19:24 +0400)]
Merge pull request #1690 from SpecLad:cmake-2.8.12

10 years agoFixed Android SDK build - again.
Roman Donchenko [Fri, 25 Oct 2013 15:10:13 +0000 (19:10 +0400)]
Fixed Android SDK build - again.

10 years agofixing typo
Andrey Pavlenko [Fri, 25 Oct 2013 14:53:24 +0000 (18:53 +0400)]
fixing typo

10 years agofixing typo
Andrey Pavlenko [Fri, 25 Oct 2013 14:00:46 +0000 (18:00 +0400)]
fixing typo

10 years agoMerge pull request #1680 from alalek:cmake_fix_android_builds
Roman Donchenko [Fri, 25 Oct 2013 13:32:33 +0000 (17:32 +0400)]
Merge pull request #1680 from alalek:cmake_fix_android_builds

10 years agofixed extrapolation in ocl::adaptiveBilateralFilter
Ilya Lavrenov [Fri, 25 Oct 2013 13:28:31 +0000 (17:28 +0400)]
fixed extrapolation in ocl::adaptiveBilateralFilter

10 years agocmake: fix android installation for different NDK ABIs
Alexander Alekhin [Thu, 24 Oct 2013 16:01:29 +0000 (20:01 +0400)]
cmake: fix android installation for different NDK ABIs

10 years agofixed separable filter extrapolation
Ilya Lavrenov [Fri, 25 Oct 2013 12:41:20 +0000 (16:41 +0400)]
fixed separable filter extrapolation

10 years agoAnother FFmpeg fix from master.
Roman Donchenko [Fri, 25 Oct 2013 11:48:01 +0000 (15:48 +0400)]
Another FFmpeg fix from master.

From commit dd74a851, to be exact. Now cap_ffmpeg.cpp should actually
build if HAVE_FFMPEG is true.

Also modified some gpu sources in a similar manner.

10 years agoRewrite distanceToCenters.
peng xiao [Tue, 8 Oct 2013 07:49:40 +0000 (15:49 +0800)]
Rewrite distanceToCenters.
It supports NORM_L1 distance types now and can
use user provided indices.
Also fixed a bug of kmeans where distance pointers should be float instead
 of double.

NORM_L2 changed to NORM_L2SQR, Accuracy and Perf tests are added

added ROI support in accuracy test of distanceToCenters

10 years agoFixed indentation in CV_FFmpegWriteBigVideoTest::run.
Roman Donchenko [Fri, 25 Oct 2013 10:37:54 +0000 (14:37 +0400)]
Fixed indentation in CV_FFmpegWriteBigVideoTest::run.

10 years agoAdded stupid hacks to make the video tests pass with FFmpeg 2.0.2.
Roman Donchenko [Fri, 25 Oct 2013 10:34:02 +0000 (14:34 +0400)]
Added stupid hacks to make the video tests pass with FFmpeg 2.0.2.

Need to go back at some point and fix this for real.

(cherry picked from commit dfe07df87ba82216a6ed1b6677f4f525c851ec03)

10 years agoChanged MPEG-2 resolution in the FFmpeg test.
Roman Donchenko [Fri, 25 Oct 2013 10:31:27 +0000 (14:31 +0400)]
Changed MPEG-2 resolution in the FFmpeg test.

Newer FFmpeg prohibits 4096x4096 MPEG-2, presumably because it violates
the standard.

http://git.videolan.org/gitweb.cgi/ffmpeg.git/?p=ffmpeg.git;a=commit;h=7fb87bc5f24b1be13269109506c05e4c54695b5e

(cherry picked from commit 424a7b0ab0cf7da591f7f15fbd15b2fee8c84a41)

Conflicts:
modules/highgui/test/test_ffmpeg.cpp

10 years agoDecoupled test_ffmpeg.cpp from ffmpeg_codecs.hpp.
Roman Donchenko [Fri, 25 Oct 2013 10:29:05 +0000 (14:29 +0400)]
Decoupled test_ffmpeg.cpp from ffmpeg_codecs.hpp.

(cherry picked from commit 3f3ae33327270de87768a80a339b746441db6fec)

10 years agoAdded the missing setting of HAVE_FFMPEG to true on Windows.
Roman Donchenko [Fri, 25 Oct 2013 10:22:07 +0000 (14:22 +0400)]
Added the missing setting of HAVE_FFMPEG to true on Windows.

While the FFmpeg video IO backend gets compiled even without it,
the tests (for both FFmpeg and video IO) don't. This should fix
that.

10 years agoReplaced our usage of LINK_PRIVATE with that of LINK_INTERFACE_LIBRARIES.
Roman Donchenko [Fri, 25 Oct 2013 09:54:55 +0000 (13:54 +0400)]
Replaced our usage of LINK_PRIVATE with that of LINK_INTERFACE_LIBRARIES.

The reasons for that are twofold:

1) LINK_PRIVATE is only available since CMake 2.8.7.
2) The way it was used generated a warning because of CMake policy CMP0023:

   http://www.cmake.org/cmake/help/v2.8.12/cmake.html#policy:CMP0023

Using LINK_INTERFACE_LIBRARIES actually causes another warning - this time
because of CMake policy CMP0022:

   http://www.cmake.org/cmake/help/v2.8.12/cmake.html#policy:CMP0022

I set the policy to OLD, because NEW means subtle changes when compiling
with CMake 2.8.12, and I don't want to research that this close to release.
:-)

I also removed the setting of CMP0003, because it's set by
cmake_minimal_version anyway.

10 years agoRemoved a stray comma in the Android toolchain file.
Roman Donchenko [Fri, 25 Oct 2013 09:50:22 +0000 (13:50 +0400)]
Removed a stray comma in the Android toolchain file.

It was actually acting as an additional argument, breaking the error message.

10 years agoenabled ocl::bilateralFilter ROI testing
Ilya Lavrenov [Fri, 25 Oct 2013 09:32:35 +0000 (13:32 +0400)]
enabled ocl::bilateralFilter ROI testing

10 years agoMerge pull request #1683 from alalek:ocl_restore_showdiff
Andrey Pavlenko [Fri, 25 Oct 2013 09:19:02 +0000 (13:19 +0400)]
Merge pull request #1683 from alalek:ocl_restore_showdiff

10 years agofix the bug of ocl::bruteForceMatcher
yao [Fri, 25 Oct 2013 08:01:41 +0000 (16:01 +0800)]
fix the bug of ocl::bruteForceMatcher

10 years agoMerge pull request #1682 from SpecLad:Wmissing-declarations
Roman Donchenko [Thu, 24 Oct 2013 18:19:16 +0000 (22:19 +0400)]
Merge pull request #1682 from SpecLad:Wmissing-declarations

10 years agoMerge pull request #1643 from alalek:cmake_fix_java_link_rules
Roman Donchenko [Thu, 24 Oct 2013 15:38:43 +0000 (19:38 +0400)]
Merge pull request #1643 from alalek:cmake_fix_java_link_rules

10 years agoMerge pull request #1679 from ilya-lavrenov:ocl_equalizeHist
Roman Donchenko [Thu, 24 Oct 2013 15:12:34 +0000 (19:12 +0400)]
Merge pull request #1679 from ilya-lavrenov:ocl_equalizeHist

10 years agocmake: fix linker dependencies for opencv_java
Alexander Alekhin [Thu, 24 Oct 2013 15:04:41 +0000 (19:04 +0400)]
cmake: fix linker dependencies for opencv_java

Linker dependencies to all OpenCV modules are invalid.
We should not include other bindings in this list (like "opencv_python").

10 years agoFixed a Wmissing-declarations warning when compiling with MinGW.
Roman Donchenko [Thu, 24 Oct 2013 14:33:23 +0000 (18:33 +0400)]
Fixed a Wmissing-declarations warning when compiling with MinGW.

10 years agofix CUDA 5.5 support (npp, arm cross compilation) in CMake scripts:
Vladislav Vinogradov [Wed, 23 Oct 2013 13:57:45 +0000 (17:57 +0400)]
fix CUDA 5.5 support (npp, arm cross compilation) in CMake scripts:

The patch was submitted to CMake and might be available
in the next CMake release.

But until we have the fix in CMake we should add workaround in our scripts.

10 years agoMerge pull request #1667 from SpecLad:detect-openmp
Roman Donchenko [Thu, 24 Oct 2013 11:00:27 +0000 (15:00 +0400)]
Merge pull request #1667 from SpecLad:detect-openmp

10 years agoMerge pull request #1623 from ImAlsoGreg:2.4-pkgconfig-dash-l
Roman Donchenko [Thu, 24 Oct 2013 10:18:10 +0000 (14:18 +0400)]
Merge pull request #1623 from ImAlsoGreg:2.4-pkgconfig-dash-l

10 years agofixed bug in ocl::equalizeHist
Ilya Lavrenov [Thu, 24 Oct 2013 09:59:25 +0000 (13:59 +0400)]
fixed bug in ocl::equalizeHist

10 years agoMerge pull request #1678 from wejeus:ios-documentationfix-2.4
Roman Donchenko [Thu, 24 Oct 2013 09:55:30 +0000 (13:55 +0400)]
Merge pull request #1678 from wejeus:ios-documentationfix-2.4

10 years agoMerge pull request #1674 from alalek:cmake_fix
Roman Donchenko [Thu, 24 Oct 2013 09:54:31 +0000 (13:54 +0400)]
Merge pull request #1674 from alalek:cmake_fix

10 years agoRemoved incorrect release of obtained colorspace. This fixes bug #3318 (updated commi...
Samuel Wejéus [Thu, 24 Oct 2013 08:36:01 +0000 (10:36 +0200)]
Removed incorrect release of obtained colorspace. This fixes bug #3318 (updated commit for 2.4 branch)

10 years agoMerge pull request #1676 from ilya-lavrenov:ocl_resize_test
Andrey Pavlenko [Thu, 24 Oct 2013 07:23:54 +0000 (11:23 +0400)]
Merge pull request #1676 from ilya-lavrenov:ocl_resize_test

10 years agoMerge pull request #1673 from ilya-lavrenov:ocl_norm
Andrey Pavlenko [Thu, 24 Oct 2013 07:23:35 +0000 (11:23 +0400)]
Merge pull request #1673 from ilya-lavrenov:ocl_norm

10 years agoMerge pull request #1672 from ilya-lavrenov:ocl_arithm
Andrey Pavlenko [Thu, 24 Oct 2013 07:23:18 +0000 (11:23 +0400)]
Merge pull request #1672 from ilya-lavrenov:ocl_arithm

10 years agoMerge pull request #1669 from ilya-lavrenov:ocl_copyMakeBorder
Andrey Pavlenko [Thu, 24 Oct 2013 07:23:00 +0000 (11:23 +0400)]
Merge pull request #1669 from ilya-lavrenov:ocl_copyMakeBorder