bhack
32f6e1a554
Fix for bug #3469 CV_XADD failing in clang+nvcc combination
...
Taken from 3f07655231
10 years ago
E Braun
d82b918a7b
fix for bug 3172
10 years ago
E Braun
f60726b090
Revert "fix for bug 3172"
...
This reverts commit ed2cdb71e5
.
10 years ago
E Braun
1675b23a64
fix for bug 3172
10 years ago
Alexander Smorkalov
343f4b3026
OpenCV version++.
10 years ago
E Braun
bdb82d181f
fix for bug 3172
10 years ago
E Braun
89833853fa
Revert "fix for bug 3172"
...
This reverts commit ed2cdb71e5
.
10 years ago
Leszek Swirski
341c3d5933
Fix reallocation of D buffer in gemm
...
Conflicts:
modules/core/src/matmul.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
E Braun
ed2cdb71e5
fix for bug 3172
10 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
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
Richard Yoo
c38023f4e7
Modifications to support dynamic vector dispatch.
11 years ago
Camille
cbb5fc0acc
bug fix 3696
11 years ago
berak
7b160fa3cb
added missing impl for multi-dim Mat::ones, Mat::zeros (issue #3756 )
11 years ago
Alexander Karsakov
4b8fb6c246
Fixed dst size
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
unknown
ade46bd428
Fixed typos in comments
11 years ago
Nisarg Thakkar
98421e5970
Fix for Bug#3757: All dimension values are 0 after release is called
11 years ago
Marc Rollins
05e0b3b7e6
Fixing build error when using post-increment operator.
11 years ago
Richard Yoo
11a09ef5cc
Changes to support Intel AVX/AVX2 in cvResize().
11 years ago
StevenPuttemans
fea4396023
Added more info on the data input variable of kmeans
11 years ago
Roman Donchenko
7ea1bf3cf0
Fixed several problems found by PVS-Studio.
...
This fixes all problems from the article "Checking OpenCV with PVS-Studio"
<http://www.viva64.com/en/b/0191/ > that are not already fixed and are
not in 3rdparty or the legacy module.
The problems fixed are two instances of useless code and one instance
of unspecified behavior (right-shifting a negative number).
11 years ago
Vladislav Vinogradov
746185652a
add additional tests for different input cases
11 years ago
Vladislav Vinogradov
f16503743f
use more accurate reshape
11 years ago
Vladislav Vinogradov
55a714c83b
fix cv::kmeans function
...
reshape input matrix, since the function works with data
as with [N x dims] matrix
11 years ago
StevenPuttemans
006956c324
Fixing as suggested in bug 2626, made naming same for both C, C++ and python API
11 years ago
StevenPuttemans
a0a8fb4fd9
fixed bug 2626
11 years ago
Ilya Lavrenov
19a2495067
fixed IPP related warnings
11 years ago
Vladislav Vinogradov
77275031ab
finally fix cv::subtract
11 years ago
Vladislav Vinogradov
629461c836
fix output matrix allocation in cv::subtract
11 years ago
Vladislav Vinogradov
4c66614e07
fix cv::subtract function:
...
call dst.create(...) before using it
11 years ago
GregoryMorse
38db7a78df
WinRT core compatibility fixes
...
Update system.cpp
Update system.cpp
Update system.cpp
Update matching.cpp
Update matching.cpp
11 years ago
Maks Naumov
29d1bce85f
remove unused variable in TEST_P()
11 years ago
Maks Naumov
8271bd5f14
fix condition in CV_OperationsTest::operations1()
11 years ago
Alexander Smorkalov
0c30b18769
Bug #3611 Initializing static cv::Mat with cv::Mat::zeros causes segmentation fault fixed.
11 years ago
Alexander Smorkalov
e23f7303a6
OpenCV version++. OpenCV Manager version++.
11 years ago
JinoBetti
91511c1521
Update out.cpp
...
Fixed a bug with the cv::format(cv::Mat, ...) method for matrices with only one row
see http://answers.opencv.org/question/21201/cvformat-does-not-format-the-way-it-should/?answer=23945#post-id-23945 for details
11 years ago
yash
51cb6998ea
made the example consistent with the fuction definition and improved doc
...
made the example consistent with the fuction definition and improved doc
11 years ago
berak
80708008a4
missing () on Mat::type()
11 years ago
kuroda sho
f9484bae8a
fix: use "cvAlloc" wrapper function for malloc.
11 years ago
kurodash
0eaeff0641
fix: use "cvAlloc" wrapper function for malloc.
11 years ago
Ilya Lavrenov
099ea91823
typos
11 years ago
Ilya Lavrenov
eedf86402d
typos
11 years ago
yash
394c74b349
edited the doc for mat::copyto and clarified the part regarding reallocation by .create
11 years ago
yash
38ef8894b7
Made a sentence in the doc for Mat::copyTo more clearer
11 years ago
Ilya Lavrenov
510680a5df
typo
11 years ago