- 13 May, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 06 May, 2015 1 commit
-
-
Vadim Pisarevsky authored
-
- 05 May, 2015 4 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
extended MinProblemSolver::Function to 1) report the space dimensionality, 2) compute gradient if needed
-
- 03 May, 2015 1 commit
-
-
Vadim Pisarevsky authored
-
- 02 May, 2015 4 commits
-
-
Vadim Pisarevsky authored
refactored downhill simplex implementation a bit; hopefully, fixed the bug with random failures in the tests
-
Vadim Pisarevsky authored
Fixed getContinuousSize() to handle huge matrices properly. This should solve http://code.opencv.org/issues/3232
-
-
Vadim Pisarevsky authored
fixed bug with simplex initialization in Downhill solver (thanks to Toby Rule for the patch): http://code.opencv.org/issues/3990. re-enabled Downhill solver test, let's see how it goes
-
- 01 May, 2015 1 commit
-
-
Vadim Pisarevsky authored
fixed http://code.opencv.org/issues/3935 possibly fixed http://code.opencv.org/issues/3594
-
- 29 Apr, 2015 6 commits
-
-
Vadim Pisarevsky authored
fixed invalid output of cv::dft when using DFT_ROWS + DFT_COMPLEX_OUTPUT (http://code.opencv.org/issues/3428)
-
-
-
-
-
-
- 25 Apr, 2015 1 commit
-
-
Boris Daskalov authored
A difference of two pointers was casted to unsigned which can lead to overflow on 64-bit systems.
-
- 17 Apr, 2015 1 commit
-
-
Pavel Rojtberg authored
-
- 16 Apr, 2015 1 commit
-
-
Vadim Pisarevsky authored
-
- 14 Apr, 2015 1 commit
-
-
Ilya Lavrenov authored
-
- 07 Apr, 2015 3 commits
-
-
Vadim Pisarevsky authored
-
Maksim Shabunin authored
-
Vadim Pisarevsky authored
2. Algorithm::load/save added (moved from StatModel) 3. copyrights updated; added copyright/licensing info for ffmpeg 4. some warnings from Xcode 6.x are fixed
-
- 25 Mar, 2015 1 commit
-
-
Dmitry-Me authored
-
- 20 Mar, 2015 2 commits
-
-
Dmitry-Me authored
-
Alexander Alekhin authored
-
- 18 Mar, 2015 1 commit
-
-
Maxim Kostin authored
-
- 14 Mar, 2015 1 commit
-
-
Dmitry-Me authored
-
- 12 Mar, 2015 1 commit
-
-
Pavel Vlasov authored
Moved out of TLS to properly collect data from different threads; Concurrent access guards were added to collection functions;
-
- 10 Mar, 2015 2 commits
-
-
Roman Donchenko authored
... before any exceptions occur. (cherry picked from commit 08da247a)
-
Roman Donchenko authored
(cherry picked from commit 16ce114e)
-
- 06 Mar, 2015 2 commits
-
-
Vadim Pisarevsky authored
explained reason why IPP is disabled on 32-bit Linux. disable IPP's minMaxLoc_32f on 32-bit OSes only
-
Dmitry-Me authored
-
- 05 Mar, 2015 2 commits
-
-
Vadim Pisarevsky authored
2) disable IPP on 32-bit Linux when OpenCV is built as shared libs. Otherwise we get linker errors 3) disable IPP's minMaxIdx 32-bit floating-point flavor in a hope that it fixes some test failures
-
Dmitry-Me authored
-
- 04 Mar, 2015 2 commits
-
-
Ilya Lavrenov authored
-
Dmitry-Me authored
-
- 03 Mar, 2015 1 commit
-
-
Dmitry-Me authored
-