platform/upstream/opencv.git
9 years agoMerge pull request #3178 from jimcamel:freak_sse_bugfix
Vadim Pisarevsky [Mon, 1 Sep 2014 06:15:36 +0000 (06:15 +0000)]
Merge pull request #3178 from jimcamel:freak_sse_bugfix

9 years agoFixed crash in SSE implementation of FREAK descriptor when number of pairs is set...
Adrian Clark [Sun, 31 Aug 2014 21:37:33 +0000 (09:37 +1200)]
Fixed crash in SSE implementation of FREAK descriptor when number of pairs is set to something other than 512.

See http://code.opencv.org/issues/3889 for more details

9 years agoMerge pull request #3164 from jet47:fix-cuda-lut
Vadim Pisarevsky [Fri, 29 Aug 2014 08:11:28 +0000 (08:11 +0000)]
Merge pull request #3164 from jet47:fix-cuda-lut

9 years agofix CUDA LUT implementation
Vladislav Vinogradov [Thu, 28 Aug 2014 10:47:26 +0000 (14:47 +0400)]
fix CUDA LUT implementation

In CUDA 6.0 there was a bug in NPP LUT implementation (invalid results when
src == 255). In CUDA 6.5 the bug was fixed.

Replaced NPP LUT call with own implementation (ported from master branch)
to be independant from CUDA Toolkit version.

9 years agoMerge pull request #3147 from asmorkalov:ocv_deb_lintian_fixes
Vadim Pisarevsky [Fri, 22 Aug 2014 11:49:52 +0000 (11:49 +0000)]
Merge pull request #3147 from asmorkalov:ocv_deb_lintian_fixes

9 years agoMerge pull request #3109 from jet47:gpu-test-fixes
Vadim Pisarevsky [Fri, 22 Aug 2014 07:22:23 +0000 (07:22 +0000)]
Merge pull request #3109 from jet47:gpu-test-fixes

9 years agoMerge pull request #3143 from jet47:cuda-cvt-color-fix
Vadim Pisarevsky [Fri, 22 Aug 2014 07:21:46 +0000 (07:21 +0000)]
Merge pull request #3143 from jet47:cuda-cvt-color-fix

9 years agoSeveral fixes for lintian varnings
Alexander Smorkalov [Fri, 22 Aug 2014 06:51:52 +0000 (10:51 +0400)]
Several fixes for lintian varnings

9 years agofix CUDA cvtColor after corresponding change in CPU version
Vladislav Vinogradov [Thu, 21 Aug 2014 10:14:06 +0000 (14:14 +0400)]
fix CUDA cvtColor after corresponding change in CPU version

see https://github.com/Itseez/opencv/pull/3137

9 years agoMerge pull request #3137 from akarsakov:fix_cvtcolor_luv_rgb
Vadim Pisarevsky [Thu, 21 Aug 2014 05:39:18 +0000 (05:39 +0000)]
Merge pull request #3137 from akarsakov:fix_cvtcolor_luv_rgb

9 years agoFixed range for 'v' channel for 8U images.
Alexander Karsakov [Wed, 20 Aug 2014 07:09:21 +0000 (11:09 +0400)]
Fixed range for 'v' channel for 8U images.

9 years agoMerge pull request #3120 from StevenPuttemans:fix_bug3863
Vadim Pisarevsky [Mon, 18 Aug 2014 15:39:30 +0000 (15:39 +0000)]
Merge pull request #3120 from StevenPuttemans:fix_bug3863

9 years agoMerge pull request #3118 from akarsakov:fix_cvtcolor_perf
Vadim Pisarevsky [Mon, 18 Aug 2014 12:45:35 +0000 (12:45 +0000)]
Merge pull request #3118 from akarsakov:fix_cvtcolor_perf

9 years agofixing GT and GE comparison symbol
StevenPuttemans [Mon, 18 Aug 2014 11:33:40 +0000 (13:33 +0200)]
fixing GT and GE comparison symbol

9 years agoFixed getConversionInfo() for YUV2RGBA_* conversions
Alexander Karsakov [Mon, 18 Aug 2014 09:01:19 +0000 (13:01 +0400)]
Fixed getConversionInfo() for YUV2RGBA_* conversions

9 years agoMerge pull request #3108 from LeszekSwirski:fix-gemm-buf-allocate-2.4
Vadim Pisarevsky [Sat, 16 Aug 2014 06:03:28 +0000 (06:03 +0000)]
Merge pull request #3108 from LeszekSwirski:fix-gemm-buf-allocate-2.4

9 years agofix BGR->BGR5x5 color convertion
Vladislav Vinogradov [Fri, 15 Aug 2014 10:10:15 +0000 (14:10 +0400)]
fix BGR->BGR5x5 color convertion

9 years agouse downscaled frames in FGDStatModel test
Vladislav Vinogradov [Fri, 15 Aug 2014 09:42:25 +0000 (13:42 +0400)]
use downscaled frames in FGDStatModel test

9 years agoincrease epsilon for ResizeSameAsHost test
Vladislav Vinogradov [Fri, 15 Aug 2014 09:42:06 +0000 (13:42 +0400)]
increase epsilon for ResizeSameAsHost test

9 years agoincrease epsilon for TVL1 sanity test
Vladislav Vinogradov [Fri, 15 Aug 2014 09:41:47 +0000 (13:41 +0400)]
increase epsilon for TVL1 sanity test

9 years agoFix reallocation of D buffer in gemm
Leszek Swirski [Thu, 14 Aug 2014 14:05:30 +0000 (15:05 +0100)]
Fix reallocation of D buffer in gemm

Conflicts:
modules/core/src/matmul.cpp

9 years agoMerge pull request #3093 from asmorkalov:ocv_array_bound_fix
Vadim Pisarevsky [Wed, 13 Aug 2014 14:08:50 +0000 (14:08 +0000)]
Merge pull request #3093 from asmorkalov:ocv_array_bound_fix

9 years agoGCC 4.8 warning array subscript is above array bounds fixed.
Alexander Smorkalov [Wed, 13 Aug 2014 09:46:43 +0000 (13:46 +0400)]
GCC 4.8 warning array subscript is above array bounds fixed.

9 years agoMerge pull request #2827 from Alexander-Petrikov-ELVEES-NEOTEK:neon-stereobm
Vadim Pisarevsky [Wed, 13 Aug 2014 13:04:02 +0000 (13:04 +0000)]
Merge pull request #2827 from Alexander-Petrikov-ELVEES-NEOTEK:neon-stereobm

9 years agoMerge pull request #3076 from vpisarev:fix_small_filters
Vadim Pisarevsky [Mon, 11 Aug 2014 16:10:15 +0000 (16:10 +0000)]
Merge pull request #3076 from vpisarev:fix_small_filters

9 years agofix bug 3733 for imgproc/filter.cpp
Aleksandr Petrikov [Wed, 18 Jun 2014 13:48:10 +0000 (17:48 +0400)]
fix bug 3733 for imgproc/filter.cpp

9 years agoMerge pull request #3058 from PhilLab:patch-2
Vadim Pisarevsky [Mon, 11 Aug 2014 11:10:17 +0000 (11:10 +0000)]
Merge pull request #3058 from PhilLab:patch-2

9 years agoFixed self-assignment in cv::Ptr::operator =
PhilLab [Fri, 8 Aug 2014 15:39:12 +0000 (17:39 +0200)]
Fixed self-assignment in cv::Ptr::operator =

A self-assignment leads to a call of release() with refcount being 2. In the release() method, refcount is decremented and then successfully checked for being 1. As a consequence, the underlying data is released. To prevent this, we test for a self-assignment

9 years agoMerge pull request #3046 from StevenPuttemans:fix_Qt_locale
Vadim Pisarevsky [Thu, 7 Aug 2014 06:40:37 +0000 (06:40 +0000)]
Merge pull request #3046 from StevenPuttemans:fix_Qt_locale

9 years agofixing setting the locale back to what should be expected
StevenPuttemans [Tue, 5 Aug 2014 14:05:10 +0000 (16:05 +0200)]
fixing setting the locale back to what should be expected
fix should be applyed for every window interface and generation

9 years agoMerge pull request #3026 from jet47:fix-gpu-resize-linear
Vadim Pisarevsky [Sat, 2 Aug 2014 21:52:51 +0000 (21:52 +0000)]
Merge pull request #3026 from jet47:fix-gpu-resize-linear

10 years agofix cv::gpu::resize for INTER_LINEAR, now it produces the same result as CPU version
Vladislav Vinogradov [Fri, 1 Aug 2014 07:33:29 +0000 (11:33 +0400)]
fix cv::gpu::resize for INTER_LINEAR, now it produces the same result as CPU version

10 years agoMerge pull request #3019 from alalek:ocl_fix_pyrUp_test
Alexander Alekhin [Wed, 30 Jul 2014 13:02:44 +0000 (13:02 +0000)]
Merge pull request #3019 from alalek:ocl_fix_pyrUp_test

10 years agoAndroid native camera rebuilt after sources update.
Alexander Smorkalov [Wed, 30 Jul 2014 10:52:01 +0000 (14:52 +0400)]
Android native camera rebuilt after sources update.

10 years agoMerge branch 'fix_androidcamera_preview_usage_bits' into 2.4
Alexander Smorkalov [Wed, 30 Jul 2014 10:35:00 +0000 (14:35 +0400)]
Merge branch 'fix_androidcamera_preview_usage_bits' into 2.4

10 years agoocl: fix pyrUp perf test
Alexander Alekhin [Wed, 30 Jul 2014 08:26:34 +0000 (12:26 +0400)]
ocl: fix pyrUp perf test

10 years agoMerge pull request #2968 from LeonidBeynenson:bugfix_crash_gpu_feature_matcher_in_sti...
Vadim Pisarevsky [Tue, 29 Jul 2014 13:48:19 +0000 (13:48 +0000)]
Merge pull request #2968 from LeonidBeynenson:bugfix_crash_gpu_feature_matcher_in_stitcher

10 years agoMerge pull request #3014 from vpisarev:fix_python_tests
Vadim Pisarevsky [Tue, 29 Jul 2014 11:54:36 +0000 (11:54 +0000)]
Merge pull request #3014 from vpisarev:fix_python_tests

10 years agohopefully fixed Python tests
Vadim Pisarevsky [Tue, 29 Jul 2014 08:27:31 +0000 (12:27 +0400)]
hopefully fixed Python tests

10 years agoMerge pull request #2816 from ehren:avcapturesession_leak
Vadim Pisarevsky [Fri, 25 Jul 2014 13:18:05 +0000 (13:18 +0000)]
Merge pull request #2816 from ehren:avcapturesession_leak

10 years agoMerge pull request #2836 from s98felix:2.4
Vadim Pisarevsky [Fri, 25 Jul 2014 12:59:40 +0000 (12:59 +0000)]
Merge pull request #2836 from s98felix:2.4

10 years agoMerge pull request #2997 from mojoritty:bugfix_3767
Vadim Pisarevsky [Fri, 25 Jul 2014 12:39:30 +0000 (12:39 +0000)]
Merge pull request #2997 from mojoritty:bugfix_3767

10 years agoMerge pull request #3001 from asmorkalov:cuda_6.5_support
Vadim Pisarevsky [Fri, 25 Jul 2014 11:25:36 +0000 (11:25 +0000)]
Merge pull request #3001 from asmorkalov:cuda_6.5_support

10 years agoMore accurate deb package build fix for CUDA 6.5 and newer.
Alexander Smorkalov [Mon, 14 Jul 2014 19:58:05 +0000 (23:58 +0400)]
More accurate deb package build fix for CUDA 6.5 and newer.

(cherry picked from commit b2790973a32eb662c165a921afe03dbfd2c65269)
(cherry picked from commit f8758da289c092fcce10baa4723d6388c4e41cb3)

10 years agoDeb package build fix for CUDA 6.5 and newer.
Alexander Smorkalov [Mon, 14 Jul 2014 17:27:23 +0000 (21:27 +0400)]
Deb package build fix for CUDA 6.5 and newer.

(cherry picked from commit e650d87e470b2e6a8f87ad4dd81977748a136aee)
(cherry picked from commit ca9c52ac9778d01eba933a786b4303c79d0162be)

10 years agoBugfix for bug #3767
Martijn Liem [Wed, 23 Jul 2014 10:33:51 +0000 (12:33 +0200)]
Bugfix for bug #3767
Fixed a memory leak in cap_dshow.cpp in videoInput::setVideoSettingCamera(). The leak was caused by not releasing an IBaseFilter object created in a call to getDevice(). Tho object is now properly released.

10 years agoEnable Intel AVX/AVX2 compilation on Windows.
Richard Yoo [Mon, 21 Jul 2014 20:26:50 +0000 (13:26 -0700)]
Enable Intel AVX/AVX2 compilation on Windows.

10 years agoMerge pull request #2985 from StevenPuttemans:fix_3777_redo
Vadim Pisarevsky [Sat, 19 Jul 2014 18:02:20 +0000 (18:02 +0000)]
Merge pull request #2985 from StevenPuttemans:fix_3777_redo

10 years agofixing bug 3777
StevenPuttemans [Fri, 18 Jul 2014 10:49:56 +0000 (12:49 +0200)]
fixing bug 3777

10 years agoMerge pull request #2948 from PhilLab:patch-1
Vadim Pisarevsky [Fri, 18 Jul 2014 10:10:44 +0000 (10:10 +0000)]
Merge pull request #2948 from PhilLab:patch-1

10 years agoMerge pull request #2984 from cambyse:2.4
Vadim Pisarevsky [Fri, 18 Jul 2014 10:05:22 +0000 (10:05 +0000)]
Merge pull request #2984 from cambyse:2.4

10 years agoMerge pull request #2980 from akarsakov:revert_dft_dst_fix
Vadim Pisarevsky [Fri, 18 Jul 2014 09:57:51 +0000 (09:57 +0000)]
Merge pull request #2980 from akarsakov:revert_dft_dst_fix

10 years agoMerge pull request #2898 from PhilLab:2.4
Vadim Pisarevsky [Fri, 18 Jul 2014 09:26:49 +0000 (09:26 +0000)]
Merge pull request #2898 from PhilLab:2.4

10 years agoClarified DescriptorExtractor::compute
PhilLab [Thu, 3 Jul 2014 10:29:33 +0000 (12:29 +0200)]
Clarified DescriptorExtractor::compute

10 years agobug fix 3381
Camille [Thu, 17 Jul 2014 22:06:31 +0000 (00:06 +0200)]
bug fix 3381

10 years agobug fix 3381
Camille [Thu, 17 Jul 2014 20:57:31 +0000 (22:57 +0200)]
bug fix 3381

10 years agoRevert changes by PR#2930 since it breaks logic of inverse mode.
Alexander Karsakov [Thu, 17 Jul 2014 11:11:06 +0000 (15:11 +0400)]
Revert changes by PR#2930 since it breaks logic of inverse mode.

10 years agoMerge pull request #2970 from PhilLab:patch-3
Vadim Pisarevsky [Wed, 16 Jul 2014 19:26:46 +0000 (19:26 +0000)]
Merge pull request #2970 from PhilLab:patch-3

10 years agoFunction for drawing arrows
unknown [Fri, 11 Jul 2014 17:43:04 +0000 (19:43 +0200)]
Function for drawing arrows

10 years agoMerge pull request #2909 from StevenPuttemans:bugfix_profileface_model
Vadim Pisarevsky [Tue, 15 Jul 2014 09:47:52 +0000 (09:47 +0000)]
Merge pull request #2909 from StevenPuttemans:bugfix_profileface_model

10 years agoMerge pull request #2965 from soulslicer:patch-2
Vadim Pisarevsky [Tue, 15 Jul 2014 09:44:32 +0000 (09:44 +0000)]
Merge pull request #2965 from soulslicer:patch-2

10 years agoAdded a TODO comment about changes which should be done in GpuMatcher::match
LeonidBeynenson [Tue, 15 Jul 2014 09:26:32 +0000 (13:26 +0400)]
Added a TODO comment about changes which should be done in GpuMatcher::match

10 years agoMerge pull request #2966 from PhilLab:patch-2
Vadim Pisarevsky [Tue, 15 Jul 2014 08:10:33 +0000 (08:10 +0000)]
Merge pull request #2966 from PhilLab:patch-2

10 years agoMerge pull request #2967 from LeonidBeynenson:bugfix_wave_correction_wrong_result
Vadim Pisarevsky [Tue, 15 Jul 2014 08:10:04 +0000 (08:10 +0000)]
Merge pull request #2967 from LeonidBeynenson:bugfix_wave_correction_wrong_result

10 years agoMerge pull request #2780 from hbadino:Feature_3692_2.4
Vadim Pisarevsky [Mon, 14 Jul 2014 19:00:52 +0000 (19:00 +0000)]
Merge pull request #2780 from hbadino:Feature_3692_2.4

10 years agoMerge pull request #2959 from StevenPuttemans:add_notice_loaded_parameters
Vadim Pisarevsky [Mon, 14 Jul 2014 18:47:13 +0000 (18:47 +0000)]
Merge pull request #2959 from StevenPuttemans:add_notice_loaded_parameters

10 years agoMerge pull request #2957 from cambyse:2.4
Vadim Pisarevsky [Mon, 14 Jul 2014 18:42:49 +0000 (18:42 +0000)]
Merge pull request #2957 from cambyse:2.4

10 years agoMerge pull request #2971 from ruslo:docfix
Vadim Pisarevsky [Mon, 14 Jul 2014 18:40:38 +0000 (18:40 +0000)]
Merge pull request #2971 from ruslo:docfix

10 years agoMerge pull request #2972 from apavlenko:24_face_rec_sample
Vadim Pisarevsky [Mon, 14 Jul 2014 18:35:37 +0000 (18:35 +0000)]
Merge pull request #2972 from apavlenko:24_face_rec_sample

10 years agoMerge pull request #2815 from Aletheios:Bugfix#3705
Roman Donchenko [Mon, 14 Jul 2014 12:19:31 +0000 (12:19 +0000)]
Merge pull request #2815 from Aletheios:Bugfix#3705

10 years agoMerge pull request #2975 from asmorkalov:ocv_cuda_6.5_fix
Roman Donchenko [Mon, 14 Jul 2014 12:11:49 +0000 (12:11 +0000)]
Merge pull request #2975 from asmorkalov:ocv_cuda_6.5_fix

10 years agoBuild fixes for CUDA 6.5
Alexander Smorkalov [Mon, 14 Jul 2014 10:26:50 +0000 (14:26 +0400)]
Build fixes for CUDA 6.5

10 years agoMerge pull request #2955 from SpecLad:find-libv4l2
Roman Donchenko [Mon, 14 Jul 2014 08:21:24 +0000 (08:21 +0000)]
Merge pull request #2955 from SpecLad:find-libv4l2

10 years agoDoc: fix definition of macro CV_MAKETYPE
Ruslan Baratov [Sat, 12 Jul 2014 15:35:22 +0000 (19:35 +0400)]
Doc: fix definition of macro CV_MAKETYPE

At least this is how it's defined in core/types_c.h

10 years agoimproving face-rec sample:
Andrey Pavlenko [Sat, 12 Jul 2014 15:28:43 +0000 (19:28 +0400)]
improving face-rec sample:
* CSV can contain dir-s and wildcards
* save trained model

10 years agoMerge pull request #2903 from mmaraya:2.4
Roman Donchenko [Fri, 11 Jul 2014 14:15:59 +0000 (14:15 +0000)]
Merge pull request #2903 from mmaraya:2.4

10 years agoFixed bug which caused crash of GPU version of feature matcher in stitcher
Leonid Beynenson [Fri, 11 Jul 2014 12:37:30 +0000 (16:37 +0400)]
Fixed bug which caused crash of GPU version of feature matcher in stitcher

The bug caused crash of GPU version of feature matcher in stitcher when
we use ORB features.

10 years agoFixed bug in cv::detail::waveCorrect
Leonid Beynenson [Fri, 11 Jul 2014 11:47:41 +0000 (15:47 +0400)]
Fixed bug in cv::detail::waveCorrect

The function makes wave correction of a stitched panorama.
Earlier it gave wrong results for panorama made from 1 frame.

10 years agoadded extra warning about the automatic parameter loading for traincascade applicatio...
StevenPuttemans [Thu, 10 Jul 2014 11:28:32 +0000 (13:28 +0200)]
added extra warning about the automatic parameter loading for traincascade application when the param.xml file already exists

10 years agoAdded publication reference
PhilLab [Fri, 11 Jul 2014 07:22:55 +0000 (09:22 +0200)]
Added publication reference

10 years agoUpdate facedetect.cpp
Raaj [Fri, 11 Jul 2014 00:44:40 +0000 (17:44 -0700)]
Update facedetect.cpp

Somebody forgot to add curly brackets

10 years agoModifications to support dynamic vector dispatch.
Richard Yoo [Wed, 9 Jul 2014 23:55:39 +0000 (16:55 -0700)]
Modifications to support dynamic vector dispatch.

10 years agobug fix 3696
Camille [Wed, 9 Jul 2014 20:35:56 +0000 (22:35 +0200)]
bug fix 3696

10 years agoMerge pull request #2954 from ilya-lavrenov:doc_fix
Alexander Alekhin [Wed, 9 Jul 2014 14:57:46 +0000 (14:57 +0000)]
Merge pull request #2954 from ilya-lavrenov:doc_fix

10 years agofixed docs
Ilya Lavrenov [Wed, 9 Jul 2014 13:46:22 +0000 (17:46 +0400)]
fixed docs

10 years agocap_libv4l.cpp depends on both libv4l 1 and 2, so search for both
Roman Donchenko [Wed, 9 Jul 2014 12:55:40 +0000 (16:55 +0400)]
cap_libv4l.cpp depends on both libv4l 1 and 2, so search for both

How this worked before, I do not know.

10 years agoFixed C++11 compatibility warning
unknown [Wed, 9 Jul 2014 12:19:15 +0000 (14:19 +0200)]
Fixed C++11 compatibility warning

10 years agoMerge pull request #2883 from berak:b_3756_24
Roman Donchenko [Wed, 9 Jul 2014 07:49:47 +0000 (07:49 +0000)]
Merge pull request #2883 from berak:b_3756_24

10 years agoadded missing impl for multi-dim Mat::ones, Mat::zeros (issue #3756)
berak [Tue, 8 Jul 2014 15:26:23 +0000 (17:26 +0200)]
added missing impl for multi-dim Mat::ones, Mat::zeros (issue #3756)

10 years agoMerge pull request #2558 from asmorkalov:ocv_matop_init_fix
Roman Donchenko [Tue, 8 Jul 2014 12:14:54 +0000 (12:14 +0000)]
Merge pull request #2558 from asmorkalov:ocv_matop_init_fix

10 years agoAdded cast and removed formatting error
PhilLab [Tue, 8 Jul 2014 11:24:35 +0000 (13:24 +0200)]
Added cast and removed formatting error

10 years agoDouble precision for solvePnPRansac()
PhilLab [Tue, 8 Jul 2014 09:52:42 +0000 (11:52 +0200)]
Double precision for solvePnPRansac()

solvePnPRansac() and pnpTask() now accept object or image points with double precision.

10 years agoMerge pull request #2908 from mmaraya:bug_3737
Vadim Pisarevsky [Mon, 7 Jul 2014 13:29:38 +0000 (13:29 +0000)]
Merge pull request #2908 from mmaraya:bug_3737

10 years agoMerge pull request #2930 from akarsakov:dft_dst_size_fix
Vadim Pisarevsky [Mon, 7 Jul 2014 11:21:11 +0000 (11:21 +0000)]
Merge pull request #2930 from akarsakov:dft_dst_size_fix

10 years agoFixed dst size
Alexander Karsakov [Thu, 3 Jul 2014 06:27:53 +0000 (10:27 +0400)]
Fixed dst size

10 years agoMerge pull request #2915 from SpecLad:core-useless-casts
Vadim Pisarevsky [Wed, 2 Jul 2014 14:25:52 +0000 (14:25 +0000)]
Merge pull request #2915 from SpecLad:core-useless-casts

10 years agoMerge pull request #2071 from pemmanuelviel:LshOrthogonalSubvectors
Vadim Pisarevsky [Wed, 2 Jul 2014 14:24:09 +0000 (14:24 +0000)]
Merge pull request #2071 from pemmanuelviel:LshOrthogonalSubvectors

10 years agoMerge pull request #2922 from ilya-lavrenov:mac_fix
Alexander Alekhin [Wed, 2 Jul 2014 12:18:10 +0000 (12:18 +0000)]
Merge pull request #2922 from ilya-lavrenov:mac_fix

10 years agoocl: fix mac and superres test
Alexander Alekhin [Tue, 1 Jul 2014 16:02:02 +0000 (20:02 +0400)]
ocl: fix mac and superres test

10 years agofix for fisheye
Ilya Lavrenov [Tue, 1 Jul 2014 10:53:39 +0000 (14:53 +0400)]
fix for fisheye