- 06 Jan, 2014 1 commit
-
-
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.
-
- 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 13 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
-
Andrey Pavlenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Andrey Pavlenko authored
-
GregoryMorse authored
WinRT native C++ support allowing building of static libraries Update CMakeLists.txt Update OpenCVCRTLinkage.cmake Update OpenCVCRTLinkage.cmake
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
Roman Donchenko authored
-
dpen2000 authored
-