Rostislav Vasilikhin
9840825743
added test checking http://code.opencv.org/issues/4050
9 years ago
Rostislav Vasilikhin
cb52d249fe
fixed optional args processing in SVD::compute()
9 years ago
Rostislav Vasilikhin
0a3a2df433
fixed U non-orthogonality in SVD ( http://code.opencv.org/issues/3801 )
9 years ago
Rostislav Vasilikhin
b28d13430c
fixed http://code.opencv.org/issues/3828
9 years ago
Rostislav Vasilikhin
726efee4d2
fixed http://code.opencv.org/issues/4278
9 years ago
Philippe FOUBERT
d99821aa44
Resolves issue #6931
9 years ago
Rostislav Vasilikhin
7b2ef647aa
fixed memory corruption when normal dist. params have less channels than target matrix; test added
9 years ago
Alexander Alekhin
bb5e25ba7c
migration: github.com/opencv/opencv
9 years ago
Alexander Smorkalov
f29fd63f13
Enabled build with LLVM libc++ for Android.
9 years ago
Vitaliy Lyudvichenko
c3dc7266d1
Fixing of AutoBuffer::allocate(nsz) method
...
AutoBuffer::allocate(nsz) didn't work properly when
(sz < nsz < fixed_size). In this case sz remained unchanged.
9 years ago
Alexander Smorkalov
6084901610
OpenCV version++.
9 years ago
Philipp Hasper
b6d8c9d990
operator<< handles keys starting with underscore
9 years ago
Vitaly Tuzov
64f02aa72d
Backport of setRNGSeed implementation and python test randomness fix
9 years ago
Piotr Semenov
00e91fd3d0
Fix that corrects the OpenCV's random access iterator distance: d(x,y) = -d(y,x)
9 years ago
Ilya Lavrenov
068769263e
fixed compilation warning
9 years ago
takacsd
537d1322b4
Add missing implementation to one of the Mat_<_Tp> constructor. ( #5945 )
9 years ago
Maksim Shabunin
7cb78451d1
Backported several changes from master branch:
...
- #3771 - inline round on ARM
- #5633 - documentation for MSER
- #5666 - run.py fixes
9 years ago
Vladislav Vinogradov
d5e6503fe5
fix signed/unsigned comparison warning in core/test/test_math.cpp
9 years ago
hoangviet1985
6441620f45
The right signs give the right results
9 years ago
Viet Dinh
57829d81ea
mac compile error
9 years ago
Viet Dinh
a1532582a6
optimize code
9 years ago
Viet Dinh
68bcff26fb
fix solveCubic
...
The original solution did not handle correctly when delta = 0,
resulting as nan errors. I also wrote a test case to test solving
equation x^3 = 0 after fixing.
9 years ago
Viet Dinh
433bc81b30
std::cbrt could not be found
9 years ago
Viet Dinh
c8bf176558
casting warning
9 years ago
Viet Dinh
cfd5caf29d
deal with type casting issues
9 years ago
Viet Dinh
f461d0cb7a
fix compile errors
...
some functions were not found in namespace std
9 years ago
Viet Dinh
09b0193186
even more correct
...
calculates cube root of complex number to give more correct results.
9 years ago
Viet Dinh
537a978dcf
update test_math.cpp
9 years ago
Viet Dinh
b6e8a47fca
fix whitespace errors
9 years ago
Viet Dinh
ed0065266e
update fixing bug #5599
9 years ago
Viet Dinh
03e7b71707
fix whitespace errors
9 years ago
Viet Dinh
e06c696b3c
fix whitespace errors
9 years ago
Viet Dinh
40ce9f97d6
fix whitespace errors
9 years ago
Viet Dinh
0bc44376a5
fix bug #5599
...
solves equations more correctly, eliminates “nan” error.
9 years ago
Viet Dinh
fdf549b921
fix bug #5599
9 years ago
StevenPuttemans
8ed25ad75f
adding extra explanation for mask parameter
10 years ago
berak
bb9bd3132a
fix zero length std::string in putText()
10 years ago
StevenPuttemans
406cfc48c9
adding markers to OpenCV for 2.4 branch
10 years ago
Alexander Smorkalov
e6f3f3c029
OpenCV version++.
10 years ago
Elena Shipunova
c7b471f10f
do not proceed with removing zero-length slice
...
(cherry picked from commit 036c3b4e6d
)
10 years ago
Ilya Lavrenov
f4ffcae8d9
initialize padding of CvString with zeros
...
(cherry picked from commit 7b1eb3af7b
)
10 years ago
a-andre
a14e524b32
fix documentation builder warnings
10 years ago
Ilya Lavrenov
ecc53dd7a4
fixed memory leak in core ds tests
...
(cherry picked from commit 7719da9552
)
10 years ago
Ilya Lavrenov
fc0e0239b8
fixed valgrind warning in polylines
...
(cherry picked from commit 855765986e
)
10 years ago
Tsukasa Sugiura
b23e536894
Fix LineAA in case of 4 channel
...
Fix bug when enter 4 channel image to LineAA function.
10 years ago
Elena Shipunova
036c3b4e6d
do not proceed with removing zero-length slice
10 years ago
Suleyman TURKMEN
9df5400200
Update drawing.cpp
...
https://github.com/Itseez/opencv/issues/4791
10 years ago
Ilya Lavrenov
7b1eb3af7b
initialize padding of CvString with zeros
10 years ago
a-andre
b757359ff8
fix documentation builder warnings
10 years ago
Ilya Lavrenov
7719da9552
fixed memory leak in core ds tests
10 years ago