- 21 Jan, 2014 2 commits
-
-
Vincent Rabaud authored
-
Vincent Rabaud authored
-
- 19 Jan, 2014 1 commit
-
-
Drew Jetter authored
Fixed bug #3489: The code assumed that two global variables would be constructed in a particular order, but global variable initialization order is compiler-dependent.
-
- 17 Jan, 2014 7 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
See 092f916d for explanation. This reverts commit 4f9c081d.
-
Andrey Pavlenko authored
-
- 16 Jan, 2014 1 commit
-
-
Daniil Osokin authored
-
- 14 Jan, 2014 1 commit
-
-
Roman Donchenko authored
-
- 13 Jan, 2014 7 commits
-
-
Roman Donchenko authored
-
ahb authored
OpenCV Error: Unknown error code -6 (OpenCL function is not available: [clGetPlatformIDs]) in opencl_check_fn, file /home/ahb/software/opencv/modules/ocl/src/cl_runtime/cl_runtime.cpp, line 83 The issue results from modules/ocl/src/cl_runtime/cl_runtime.cpp checking for "linux" instead of "__linux__" (cp. http://sourceforge.net/p/predef/wiki/OperatingSystems/) Adjust all other occurrences of "defined(linux)" as well.
-
Andrey Pavlenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Daniil Osokin authored
-
Andrey Pavlenko authored
-
- 10 Jan, 2014 2 commits
-
-
Ilya Lavrenov authored
-
Roman Donchenko authored
-
- 09 Jan, 2014 7 commits
-
-
Andrey Pavlenko authored
-
ComFreek authored
See also #2101
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Nghia Ho authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 06 Jan, 2014 2 commits
-
-
Ilya Lavrenov authored
-
Nghia Ho authored
Fixed a valgrind 'Conditional jump or move depends on uninitialised value(s)' on cv::kmeans(...). The original code used points(sampleCount, 1, CV_32FC2), which confused generateCentersPP into thinking it is a 1 dimensional center, instead of 2. As a result it would set only the x variable and leave y unitialised.
-
- 05 Jan, 2014 1 commit
-
-
Kazuki Matsuda authored
Fix compilation erros when compiling this constructor. First argument type of "convertTo" should be instance, not a pointer of instance. First pull request was created for master branch. But it should be marged for 2.4. https://github.com/Itseez/opencv/pull/2113
-
- 03 Jan, 2014 1 commit
-
-
Pierre-Emmanuel Viel authored
Fix: freeing previous elements has to be done before loading new parameters to avoid trying to delete unexisting objects if arrays size was modified
-
- 02 Jan, 2014 1 commit
-
-
Robbert Klarenbeek authored
-
- 31 Dec, 2013 3 commits
-
-
Roman Donchenko authored
-
Ilya Lavrenov authored
-
Roman Donchenko authored
-
- 30 Dec, 2013 4 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
Also deleted miscellaneous remaining multimon cruft. Deleted #include <winuser.h>, because <windows.h> includes it already. This should have a nice side effect of preventing us from accidentally using any Windows API that's too new.
-
Roman Donchenko authored
-
Ilya Lavrenov authored
-