Alexander Smorkalov
e929dd4d98
GPU MatchTemplate32F test epsilon increased.
11 years ago
E Braun
bdb82d181f
fix for bug 3172
11 years ago
Vladislav Vinogradov
fb81e4df1c
fix CUDA cvtColor after corresponding change in CPU version
...
see https://github.com/Itseez/opencv/pull/3137
(cherry picked from commit ebe36d6e7c
)
11 years ago
E Braun
89833853fa
Revert "fix for bug 3172"
...
This reverts commit ed2cdb71e5
.
11 years ago
Alexander Karsakov
cb1e9adc63
Fixed getConversionInfo() for YUV2RGBA_* conversions
...
(cherry picked from commit 023a42ba55
)
11 years ago
Vladislav Vinogradov
562796e41b
fix cv::gpu::resize for INTER_LINEAR, now it produces the same result as CPU version
...
(cherry picked from commit da9be8231f
)
11 years ago
Alexander Smorkalov
bb93c53948
OpenCV version++.
11 years ago
Alexander Karsakov
00575b346d
Fixed range for 'v' channel for 8U images.
...
(cherry picked from commit b027eac173
)
11 years ago
Vladislav Vinogradov
7316676c41
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.
(cherry picked from commit eaaa2d27d5
)
11 years ago
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
11 years ago
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.
11 years ago
Vladislav Vinogradov
c821cb1489
fix BGR->BGR5x5 color convertion
...
(cherry picked from commit 62f27b28ed
)
11 years ago
Vladislav Vinogradov
86c1babd03
use downscaled frames in FGDStatModel test
...
(cherry picked from commit 599f5ef51b
)
11 years ago
Vladislav Vinogradov
2205b2f5bc
increase epsilon for ResizeSameAsHost test
...
(cherry picked from commit 86e12b6074
)
11 years ago
Vladislav Vinogradov
975e40f1c0
increase epsilon for TVL1 sanity test
...
(cherry picked from commit 5dff283b39
)
11 years ago
Vladislav Vinogradov
ebe36d6e7c
fix CUDA cvtColor after corresponding change in CPU version
...
see https://github.com/Itseez/opencv/pull/3137
11 years ago
Alexander Karsakov
b027eac173
Fixed range for 'v' channel for 8U images.
11 years ago
StevenPuttemans
d558260a8e
fixing GT and GE comparison symbol
11 years ago
Alexander Karsakov
023a42ba55
Fixed getConversionInfo() for YUV2RGBA_* conversions
11 years ago
Vladislav Vinogradov
62f27b28ed
fix BGR->BGR5x5 color convertion
11 years ago
Vladislav Vinogradov
599f5ef51b
use downscaled frames in FGDStatModel test
11 years ago
Vladislav Vinogradov
86e12b6074
increase epsilon for ResizeSameAsHost test
11 years ago
Vladislav Vinogradov
5dff283b39
increase epsilon for TVL1 sanity test
11 years ago
Leszek Swirski
341c3d5933
Fix reallocation of D buffer in gemm
...
Conflicts:
modules/core/src/matmul.cpp
11 years ago
Alexander Smorkalov
628b23acc8
GCC 4.8 warning array subscript is above array bounds fixed.
...
(cherry picked from commit e11333dd83
)
11 years ago
Alexander Smorkalov
e11333dd83
GCC 4.8 warning array subscript is above array bounds fixed.
11 years ago
Aleksandr Petrikov
0a531815c5
fix bug 3733 for imgproc/filter.cpp
11 years ago
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
11 years ago
StevenPuttemans
34103ef1cb
fixing setting the locale back to what should be expected
...
fix should be applyed for every window interface and generation
11 years ago
Vladislav Vinogradov
da9be8231f
fix cv::gpu::resize for INTER_LINEAR, now it produces the same result as CPU version
11 years ago
E Braun
ed2cdb71e5
fix for bug 3172
11 years ago
E Braun
bbe48eaac6
regression test for bug 3172
11 years ago
Alexander Alekhin
9e83463128
ocl: fix pyrUp perf test
11 years ago
Vadim Pisarevsky
042892f0d7
hopefully fixed Python tests
11 years ago
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.
11 years ago
PhilLab
d5489f3a68
Clarified DescriptorExtractor::compute
11 years ago
Camille
5a5a487612
bug fix 3381
11 years ago
Camille
46775ad186
bug fix 3381
11 years ago
Alexander Karsakov
901d9b70b0
Revert changes by PR#2930 since it breaks logic of inverse mode.
11 years ago
unknown
d0c3c4c373
Function for drawing arrows
11 years ago
LeonidBeynenson
8578f9c565
Added a TODO comment about changes which should be done in GpuMatcher::match
11 years ago
Alexander Smorkalov
feb74b125d
Build fixes for CUDA 6.5
...
(cherry picked from commit 60a5ada454
)
11 years ago
Alexander Smorkalov
3c0b0b0f94
Build fixes for CUDA 6.5
...
(cherry picked from commit 60a5ada454
)
11 years ago
Alexander Smorkalov
60a5ada454
Build fixes for CUDA 6.5
11 years ago
Ruslan Baratov
b030d7e6a1
Doc: fix definition of macro CV_MAKETYPE
...
At least this is how it's defined in core/types_c.h
11 years ago
Leonid Beynenson
cce2d9927e
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.
11 years ago
Leonid Beynenson
79878a57a9
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.
11 years ago
PhilLab
13a0c14e6c
Added publication reference
11 years ago
Richard Yoo
c38023f4e7
Modifications to support dynamic vector dispatch.
11 years ago
Camille
cbb5fc0acc
bug fix 3696
11 years ago