StevenPuttemans
03662c0589
fix blobdetector
2014-09-22 13:58:45 +02:00
Adrian Clark
fcc481e751
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
2014-09-01 09:37:33 +12:00
Vladislav Vinogradov
eaaa2d27d5
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.
2014-08-28 14:47:26 +04:00
Vadim Pisarevsky
6eb26c1519
Merge pull request #3109 from jet47:gpu-test-fixes
2014-08-22 07:22:23 +00:00
Vladislav Vinogradov
ebe36d6e7c
fix CUDA cvtColor after corresponding change in CPU version
...
see https://github.com/Itseez/opencv/pull/3137
2014-08-21 14:14:06 +04:00
Vadim Pisarevsky
d68e62c968
Merge pull request #3137 from akarsakov:fix_cvtcolor_luv_rgb
2014-08-21 05:39:18 +00:00
Alexander Karsakov
b027eac173
Fixed range for 'v' channel for 8U images.
2014-08-20 11:09:21 +04:00
Vadim Pisarevsky
2ed24876af
Merge pull request #3120 from StevenPuttemans:fix_bug3863
2014-08-18 15:39:30 +00:00
Vadim Pisarevsky
b08a6ccd9d
Merge pull request #3118 from akarsakov:fix_cvtcolor_perf
2014-08-18 12:45:35 +00:00
StevenPuttemans
d558260a8e
fixing GT and GE comparison symbol
2014-08-18 13:33:40 +02:00
Alexander Karsakov
023a42ba55
Fixed getConversionInfo() for YUV2RGBA_* conversions
2014-08-18 13:01:19 +04:00
Vladislav Vinogradov
62f27b28ed
fix BGR->BGR5x5 color convertion
2014-08-15 14:10:15 +04:00
Vladislav Vinogradov
599f5ef51b
use downscaled frames in FGDStatModel test
2014-08-15 13:42:25 +04:00
Vladislav Vinogradov
86e12b6074
increase epsilon for ResizeSameAsHost test
2014-08-15 13:42:06 +04:00
Vladislav Vinogradov
5dff283b39
increase epsilon for TVL1 sanity test
2014-08-15 13:41:47 +04:00
Leszek Swirski
341c3d5933
Fix reallocation of D buffer in gemm
...
Conflicts:
modules/core/src/matmul.cpp
2014-08-15 09:57:46 +01:00
Vadim Pisarevsky
988555a5d9
Merge pull request #3093 from asmorkalov:ocv_array_bound_fix
2014-08-13 14:08:51 +00:00
Alexander Smorkalov
e11333dd83
GCC 4.8 warning array subscript is above array bounds fixed.
2014-08-13 17:12:08 +04:00
Vadim Pisarevsky
af2434c547
Merge pull request #2827 from Alexander-Petrikov-ELVEES-NEOTEK:neon-stereobm
2014-08-13 13:04:02 +00:00
Aleksandr Petrikov
0a531815c5
fix bug 3733 for imgproc/filter.cpp
2014-08-11 16:00:21 +04:00
PhilLab
efc1c39315
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
2014-08-08 17:39:12 +02:00
StevenPuttemans
34103ef1cb
fixing setting the locale back to what should be expected
...
fix should be applyed for every window interface and generation
2014-08-05 16:20:08 +02:00
Vladislav Vinogradov
da9be8231f
fix cv::gpu::resize for INTER_LINEAR, now it produces the same result as CPU version
2014-08-01 11:33:29 +04:00
Alexander Alekhin
bab826a381
Merge pull request #3019 from alalek:ocl_fix_pyrUp_test
2014-07-30 13:02:45 +00:00
Alexander Smorkalov
d8187f7518
Merge branch 'fix_androidcamera_preview_usage_bits' into 2.4
2014-07-30 14:35:00 +04:00
Alexander Alekhin
9e83463128
ocl: fix pyrUp perf test
2014-07-30 13:27:36 +04:00
Vadim Pisarevsky
e98c9a7ce3
Merge pull request #2968 from LeonidBeynenson:bugfix_crash_gpu_feature_matcher_in_stitcher
2014-07-29 13:48:19 +00:00
Vadim Pisarevsky
042892f0d7
hopefully fixed Python tests
2014-07-29 12:27:31 +04:00
Vadim Pisarevsky
7cefaa49dd
Merge pull request #2816 from ehren:avcapturesession_leak
2014-07-25 13:18:06 +00:00
Vadim Pisarevsky
fc41e8850b
Merge pull request #2836 from s98felix:2.4
2014-07-25 12:59:41 +00:00
Martijn Liem
9c285da329
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.
2014-07-23 12:33:51 +02:00
Vadim Pisarevsky
d7bbafd683
Merge pull request #2948 from PhilLab:patch-1
2014-07-18 10:10:44 +00:00
Vadim Pisarevsky
e90c233551
Merge pull request #2984 from cambyse:2.4
2014-07-18 10:05:22 +00:00
Vadim Pisarevsky
06897dbdb5
Merge pull request #2980 from akarsakov:revert_dft_dst_fix
2014-07-18 09:57:51 +00:00
Vadim Pisarevsky
39020fc9cf
Merge pull request #2898 from PhilLab:2.4
2014-07-18 09:26:50 +00:00
PhilLab
d5489f3a68
Clarified DescriptorExtractor::compute
2014-07-18 10:57:54 +02:00
Camille
5a5a487612
bug fix 3381
2014-07-18 00:06:31 +02:00
Camille
46775ad186
bug fix 3381
2014-07-17 22:57:31 +02:00
Alexander Karsakov
901d9b70b0
Revert changes by PR#2930 since it breaks logic of inverse mode.
2014-07-17 15:11:06 +04:00
Vadim Pisarevsky
0b4e043442
Merge pull request #2970 from PhilLab:patch-3
2014-07-16 19:26:46 +00:00
unknown
d0c3c4c373
Function for drawing arrows
2014-07-15 14:12:16 +02:00
LeonidBeynenson
8578f9c565
Added a TODO comment about changes which should be done in GpuMatcher::match
2014-07-15 13:27:59 +04:00
Vadim Pisarevsky
c9c09262f7
Merge pull request #2966 from PhilLab:patch-2
2014-07-15 08:10:33 +00:00
Vadim Pisarevsky
faac7f18c7
Merge pull request #2967 from LeonidBeynenson:bugfix_wave_correction_wrong_result
2014-07-15 08:10:04 +00:00
Vadim Pisarevsky
8d58b238ca
Merge pull request #2780 from hbadino:Feature_3692_2.4
2014-07-14 19:00:52 +00:00
Vadim Pisarevsky
b111fb94b7
Merge pull request #2957 from cambyse:2.4
2014-07-14 18:42:49 +00:00
Vadim Pisarevsky
544dd8b130
Merge pull request #2971 from ruslo:docfix
2014-07-14 18:40:39 +00:00
Roman Donchenko
d31a0eab9e
Merge pull request #2815 from Aletheios:Bugfix#3705
2014-07-14 12:19:31 +00:00
Alexander Smorkalov
60a5ada454
Build fixes for CUDA 6.5
2014-07-14 14:26:50 +04:00
Ruslan Baratov
b030d7e6a1
Doc: fix definition of macro CV_MAKETYPE
...
At least this is how it's defined in core/types_c.h
2014-07-12 19:35:22 +04:00