- 10 Feb, 2014 9 commits
-
-
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. (cherry picked from commit 601b7d1d)
-
Robbert Klarenbeek authored
Fix algorithm setter argument validation for uchar(cherry picked from commit e21c6e19)
-
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 (cherry picked from commit 2ae20c74)
-
Ilya Lavrenov authored
(cherry picked from commit 4f9c081d)
-
Seunghoon Park authored
(cherry picked from commit 2272a587)
-
Seunghoon Park authored
(cherry picked from commit b036fc75)
-
Ilya Lavrenov authored
(cherry picked from commit 09d25e11)
-
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. (cherry picked from commit 795c108f)
- 07 Feb, 2014 7 commits
-
-
Vladislav Vinogradov authored
* out of border access in edgesHysteresisLocalKernel * incorrect usage of atomicAdd(cherry picked from commit 5dbdadb7)
-
Vladislav Vinogradov authored
This reverts commit dbce9069. (cherry picked from commit bfc27271)
-
Vladislav Vinogradov authored
This reverts commit 33d42b74. (cherry picked from commit 5d099df5)
-
Vladislav Vinogradov authored
(cherry picked from commit 3e4bb371)
-
Vladislav Vinogradov authored
This reverts commit 952027a8. (cherry picked from commit b6ba1f22)
-
Vladislav Vinogradov authored
This reverts commit e91bf95d. (cherry picked from commit da44a2fa)
-
Alexander Smorkalov authored
(cherry picked from commit b86088b8)
-
- 06 Feb, 2014 1 commit
-
-
Alexander Smorkalov authored
(cherry picked from commit 530702c5)
-
- 31 Jan, 2014 12 commits
-
-
Alexander Smorkalov authored
-
Vladislav Vinogradov authored
possible bug in CPU version(cherry picked from commit 3cb8b352e52f85847d98d2b0ece32ba5bdb5c31b)
-
Vladislav Vinogradov authored
possible bug in CPU version(cherry picked from commit 59155c1eefb6f22e362e34a8d73b31841eb3413a)
-
Vladislav Vinogradov authored
it fails because driver terminates CUDA kernels after time out (cherry picked from commit fa5bbb5f8dc1a86cfe004fb258d66e56c90560d6)
-
Vladislav Vinogradov authored
disable NPP for GpuMat methods and for copyMakeBorder(cherry picked from commit 316d49fc0fb7a609ebb0a65efc207faea6b978a4)
-
Vladislav Vinogradov authored
disable some gpu tests if library was built without CUFFT(cherry picked from commit b4b929d27cc25822dd15b5b96b8d335c59d4408c)
-
Vladislav Vinogradov authored
gpu test output files moved from cwd to temp folder(cherry picked from commit 49731ad5)
-
Alexander Smorkalov authored
Useless output to console fixed; Test output files moved from cwd to temp folder. (cherry picked from commit 87935f35)
-
Vladislav Vinogradov authored
disable performance test for gpu generalized hough(cherry picked from commit 063d8b42)
-
Alexander Smorkalov authored
(cherry picked from commit 3d261e8a)
-
Alexander Smorkalov authored
Original project: https://github.com/taka-no-me/android-cmake/ Revision: 5db45cfb87fec180b74963d3680dd60d4d8d8c3a (cherry picked from commit c8150436)
-
Alexander Smorkalov authored
-
- 29 Jan, 2014 1 commit
-
-
Alexander Smorkalov authored
(cherry picked from commit d45350a0)
-
- 28 Jan, 2014 1 commit
-
-
Alexander Smorkalov authored
Added opencv_testing.sh.in file; opencv_testing.sh installation guarded by OS check. (cherry picked from commit d9dc5ffa)
-
- 27 Jan, 2014 2 commits
-
-
Alexander Smorkalov authored
Env setup for testing package implemented using /etc/profile.d; Variable with path for all native samples added; Path for test binaries and test data updated. (cherry picked from commit 39201e68)
-
Alexander Smorkalov authored
(cherry picked from commit f332cba1)
-
- 24 Jan, 2014 6 commits
-
-
Alexander Smorkalov authored
(cherry picked from commit b75cbfde) Conflicts: cmake/OpenCVModule.cmake
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
(cherry picked from commit 086792ec)
-
Alexander Smorkalov authored
(cherry picked from commit 7821fe2b) Conflicts: cmake/OpenCVModule.cmake
-
Vladislav Vinogradov authored
(cherry picked from commit 33d42b74)
-
Vladislav Vinogradov authored
(cherry picked from commit d8473876)
-
- 27 Dec, 2013 1 commit
-
-
Roman Donchenko authored
-