Leszek Swirski
341c3d5933
Fix reallocation of D buffer in gemm
...
Conflicts:
modules/core/src/matmul.cpp
10 years ago
Alexander Smorkalov
e11333dd83
GCC 4.8 warning array subscript is above array bounds fixed.
10 years ago
Aleksandr Petrikov
0a531815c5
fix bug 3733 for imgproc/filter.cpp
10 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
10 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
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
Ilya Lavrenov
ecec53f509
fixed docs
11 years ago
unknown
52c05e75cc
Fixed C++11 compatibility warning
11 years ago
berak
7b160fa3cb
added missing impl for multi-dim Mat::ones, Mat::zeros (issue #3756 )
11 years ago
PhilLab
2c29ee9e00
Added cast and removed formatting error
11 years ago
PhilLab
aafda43df1
Double precision for solvePnPRansac()
...
solvePnPRansac() and pnpTask() now accept object or image points with double precision.
11 years ago
Alexander Karsakov
4b8fb6c246
Fixed dst size
11 years ago
Alexander Alekhin
b1ac35e14a
ocl: fix mac and superres test
11 years ago
Ilya Lavrenov
43e4946cca
fix for fisheye
11 years ago
Ilya Lavrenov
070be56e14
fixed warnings
11 years ago
Mike Maraya
95550c2582
test.py: Check if camera_calibration.tar.gz file exists before downloading it, opencv bug #3782
11 years ago
Roman Donchenko
ebb0255e19
Remove a couple of useless casts in core headers
...
This helps users who compile their code with -Wuseless-cast.
11 years ago
Alexander Alekhin
5c8cd76893
fix bug with invalid signature size (should not be less than signatureLength())
11 years ago
Alexander Alekhin
3a8af7d691
fix python tests
11 years ago
Mike Maraya
7936faf9a3
Fixes build failure on Mac OS X 10.10 Yosemite Beta due to highgui/src/window_cocoa.mm (Bug #3737 )
11 years ago
Mike Maraya
5c85f816c9
Revert "Fixes build failure on Mac OS X 10.10 Yosemite Beta due to highgui/src/window_cocoa.mm (Bug #3737 )"
...
This reverts commit 56683e6d11
.
11 years ago
Mike Maraya
56683e6d11
Fixes build failure on Mac OS X 10.10 Yosemite Beta due to highgui/src/window_cocoa.mm (Bug #3737 )
11 years ago
Mike Maraya
fbac578c79
Fixes resizeWindow() on OS X (Bug #3200 )
11 years ago
unknown
ade46bd428
Fixed typos in comments
11 years ago
Jasper
f45da9866a
Fix for VTK6.2 issue.
11 years ago
Nisarg Thakkar
98421e5970
Fix for Bug#3757: All dimension values are 0 after release is called
11 years ago
Ilya Krylov
84bb77e914
Fixed android and windows x64 build issues
11 years ago
Alexander Petrikov
6882970248
Add CV_Assert (ndisp % 8 == 0) to NEON version
11 years ago
Marc Rollins
05e0b3b7e6
Fixing build error when using post-increment operator.
11 years ago
Daniel Angelov
660d7cd3ae
Updated findHomography docs branch 2.4
...
Updated the documents to give warning to the users of `findHomography` that the function may return an empty matrix in some cases.
The user must take care of checking that.
11 years ago
Neo Alienson
b6e25a9fc7
Fix typos
11 years ago
berak
3500c940d4
add Bag of Words to python wrapper
11 years ago