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
9 years ago
berak
bb9bd3132a
fix zero length std::string in putText()
9 years ago
StevenPuttemans
406cfc48c9
adding markers to OpenCV for 2.4 branch
9 years ago
Tsukasa Sugiura
b23e536894
Fix LineAA in case of 4 channel
...
Fix bug when enter 4 channel image to LineAA function.
9 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
Ilya Lavrenov
855765986e
fixed valgrind warning in polylines
10 years ago
Alankar Kotwal
1d92a73a55
Correct missing braces in operations_in_arrays.rst
10 years ago
Evgeny Talanin
ac6ca660f4
Increase version to 2.4.12
10 years ago
Gleb Gladilov
07de67c32f
Added test of minMaxLoc on filling with maximums of int
10 years ago
Gleb Gladilov
c467d0d553
Fixed minMaxLoc and test functions
10 years ago
Lectem
3c6fe75149
fix mutex for uclibc
...
The uClibc doesn't have pthread_spin_* implemented on their 'old' linux threads.
Since it is on linux, we have to check if uclibc is using this implementation or not.
10 years ago
Alexander Smorkalov
00d9f690f6
Version++.
10 years ago
Alexander Smorkalov
e49e75da06
OpenCV patch verison++.
10 years ago
Andrey Pavlenko
40b762bceb
adding test for `polylines()` call with empty Point-s vector and fix for crash in this case
10 years ago
Ilya Lavrenov
89e3c508d8
fixed tests for aarch64
10 years ago
Roman Donchenko
bf2256fb89
cvOpenFileStorage: reduce the scope of xml_buf and make sure it's freed...
...
... before any exceptions occur.
(cherry picked from commit 08da247a87
)
10 years ago
Boris Daskalov
8755ffbf31
Fix a bad free space check in icvGrowSeq.
...
A difference of two pointers was casted to unsigned which can lead to
overflow on 64-bit systems.
10 years ago
Mansour Moufid
42b1c6440c
Cast some matrix sizes to type int.
10 years ago
Mansour Moufid
35a89b1541
Change some vector mask types to unsigned.
10 years ago
Alexander Smorkalov
96e5300fdd
OpenCV and OpenCV Manager version++
10 years ago
Thomas Gabrowski
ff4c42d182
Fix iOS warnings about implicit conversion precision by changing double literals to float ones
10 years ago
Andrey Kamaev
c105b72945
Assorted fixes:
...
* cmake CMP0054 and CMP0045
* aarch64 build
* portable code options in PCH cmake
* some of gcc 4.9 warnings
10 years ago
Roman Donchenko
08da247a87
cvOpenFileStorage: reduce the scope of xml_buf and make sure it's freed...
...
... before any exceptions occur.
10 years ago
Roman Donchenko
16ce114e0c
Fix memory leaks appearing when cvOpenFileStorage throws
10 years ago
Maksim Shabunin
91e21847e2
Some changes to make migration to 3.0 easier
10 years ago