- 09 Jan, 2014 6 commits
-
-
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
-
- 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 7 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
-
Ilya Lavrenov authored
-
Roman Donchenko authored
-
Alexander Alekhin authored
-
- 27 Dec, 2013 16 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Roman Donchenko authored
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
Andrey Pavlenko authored
-
Ilya Lavrenov authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Alexander Smorkalov authored
-
Peng Xiao authored
the `map` buffer does not have the same size with CUDA and index starts at [1, 1] instead of [0, 0].
-
- 26 Dec, 2013 4 commits
-
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Alexander Smorkalov authored
static function qualifier replaced on inline to enable kernel compilation with OpenCL 1.1 embedded profile.
-
Alexander Karsakov authored
-