Viet Dinh
09b0193186
even more correct
...
calculates cube root of complex number to give more correct results.
2015-11-03 15:17:49 -05:00
Viet Dinh
537a978dcf
update test_math.cpp
2015-11-03 12:52:49 -05:00
Viet Dinh
b6e8a47fca
fix whitespace errors
2015-11-02 09:28:37 -05:00
Viet Dinh
ed0065266e
update fixing bug #5599
2015-11-02 08:38:05 -05:00
Viet Dinh
03e7b71707
fix whitespace errors
2015-11-02 00:50:05 -05:00
Viet Dinh
e06c696b3c
fix whitespace errors
2015-11-02 00:20:13 -05:00
Viet Dinh
40ce9f97d6
fix whitespace errors
2015-11-02 00:04:51 -05:00
Viet Dinh
0bc44376a5
fix bug #5599
...
solves equations more correctly, eliminates “nan” error.
2015-11-01 23:30:28 -05:00
Viet Dinh
fdf549b921
fix bug #5599
2015-11-01 11:08:01 -05:00
StevenPuttemans
8ed25ad75f
adding extra explanation for mask parameter
2015-10-13 15:21:35 +02:00
Alexander Alekhin
454e5e5fa4
Merge pull request #5461 from berak:fix_putText_24
2015-10-06 17:12:25 +00:00
berak
bb9bd3132a
fix zero length std::string in putText()
2015-10-06 18:31:00 +02:00
Tsukasa Sugiura
b23e536894
Fix LineAA in case of 4 channel
...
Fix bug when enter 4 channel image to LineAA function.
2015-09-12 01:48:28 +09:00
Vadim Pisarevsky
cba401fe53
Merge pull request #5313 from sturkmen72:patch-5
2015-09-09 10:39:25 +00:00
Elena Shipunova
036c3b4e6d
do not proceed with removing zero-length slice
2015-09-07 13:50:30 +03:00
Suleyman TURKMEN
9df5400200
Update drawing.cpp
...
https://github.com/Itseez/opencv/issues/4791
2015-09-07 11:33:29 +03:00
Ilya Lavrenov
7b1eb3af7b
initialize padding of CvString with zeros
2015-09-03 18:33:15 +03:00
Vadim Pisarevsky
702afcd760
Merge pull request #5143 from alankarkotwal:2.4
2015-08-24 11:06:30 +00:00
Maksim Shabunin
9734abdc1a
Merge pull request #5114 from a-andre:missingHeader
2015-08-20 15:45:52 +00:00
a-andre
b757359ff8
fix documentation builder warnings
2015-08-18 18:48:32 +02:00
Ilya Lavrenov
7719da9552
fixed memory leak in core ds tests
2015-08-15 09:53:30 +03:00
Ilya Lavrenov
855765986e
fixed valgrind warning in polylines
2015-08-14 17:57:54 +03:00
Alankar Kotwal
1d92a73a55
Correct missing braces in operations_in_arrays.rst
2015-08-06 22:09:23 +05:30
Evgeny Talanin
ac6ca660f4
Increase version to 2.4.12
2015-07-29 20:34:47 +03:00
Gleb Gladilov
07de67c32f
Added test of minMaxLoc on filling with maximums of int
2015-07-22 11:43:35 +03:00
Gleb Gladilov
c467d0d553
Fixed minMaxLoc and test functions
2015-07-21 17:17:23 +03:00
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.
2015-05-20 12:18:28 +02:00
Andrey Pavlenko
5c12c92243
Merge pull request #3961 from apavlenko:2.4_fix_polylines_empty
2015-04-28 16:22:31 +00:00
Andrey Pavlenko
40b762bceb
adding test for polylines()
call with empty Point-s vector and fix for crash in this case
2015-04-24 16:40:14 +03:00
Ilya Lavrenov
89e3c508d8
fixed tests for aarch64
2015-04-24 13:56:20 +03:00
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.
2015-03-19 17:32:32 +02:00
Vadim Pisarevsky
ac8045b9c6
Merge pull request #3754 from eliteraspberries:unsigned-mask
2015-03-02 11:34:43 +00:00
Vadim Pisarevsky
417f1e51a4
Merge pull request #3755 from eliteraspberries:mat-size-sign
2015-03-02 11:34:09 +00:00
Mansour Moufid
42b1c6440c
Cast some matrix sizes to type int.
2015-02-23 23:19:33 -05:00
Mansour Moufid
35a89b1541
Change some vector mask types to unsigned.
2015-02-23 23:10:57 -05:00
Alexander Smorkalov
96e5300fdd
OpenCV and OpenCV Manager version++
2015-02-20 15:17:11 +03:00
Thomas Gabrowski
ff4c42d182
Fix iOS warnings about implicit conversion precision by changing double literals to float ones
2015-02-13 00:51:03 +00:00
Vadim Pisarevsky
a5969aec96
Merge pull request #3534 from taka-no-me:build_fixes
2014-12-26 14:34:13 +00:00
Andrey Kamaev
c105b72945
Assorted fixes:
...
* cmake CMP0054 and CMP0045
* aarch64 build
* portable code options in PCH cmake
* some of gcc 4.9 warnings
2014-12-25 12:41:16 +03:00
Roman Donchenko
034ff3ce13
Merge pull request #3497 from SpecLad:fs-open-fail-leak
2014-12-24 08:59:53 +00:00
Roman Donchenko
08da247a87
cvOpenFileStorage: reduce the scope of xml_buf and make sure it's freed...
...
... before any exceptions occur.
2014-12-22 18:54:39 +03:00
Vadim Pisarevsky
20d957d212
Merge pull request #3511 from mattip:2.4
2014-12-22 10:41:21 +00:00
Vadim Pisarevsky
03df7831ab
Merge pull request #3514 from mshabunin:compat-24
2014-12-22 10:38:56 +00:00
Roman Donchenko
16ce114e0c
Fix memory leaks appearing when cvOpenFileStorage throws
2014-12-22 12:59:08 +03:00
Maksim Shabunin
91e21847e2
Some changes to make migration to 3.0 easier
2014-12-16 13:00:31 +03:00
StevenPuttemans
73d1ea9a52
fix bug 2432 for 2.4 branch
2014-12-15 11:56:42 +01:00
mattip
ff7ea605ef
export thread control to generated wrappers
2014-12-14 11:55:02 +02:00
Artur Wieczorek
7512b5fdde
Fix determining bounding box of the edge collection in FillEdgeCollection().
...
There is necessary to account also x-ccordinate of the end of the edge when determining bounding box of the edge collection.
2014-11-25 18:54:47 +01:00
Vadim Pisarevsky
b476bf2a00
Merge pull request #3294 from mshabunin:fix-ios-warnings-24
2014-11-05 11:35:19 +00:00
Vadim Pisarevsky
529af7a90e
Merge pull request #3364 from mshabunin:doxygen-docs-24
2014-10-30 10:42:25 +00:00