- 10 Feb, 2014 20 commits
-
-
Vladislav Vinogradov authored
fix path to CUDA libraries (use targets/armv7-linux-androideabi/lib)(cherry picked from commit a098fb18)
-
Vladislav Vinogradov authored
(cherry picked from commit 214cbabc)
-
Vladislav Vinogradov authored
turn on CUDA part of stitching module on Android for non-dynamic build(cherry picked from commit a138e5a6)
-
Vladislav Vinogradov authored
turn on CUDA part of nonfree module on Android for non-dynamic build(cherry picked from commit d8f73771)
-
Ilya Lavrenov authored
(cherry picked from commit e7e63fac)
-
Vladislav Vinogradov authored
CV_CAP_PROP_SUPPORTED_PREVIEW_SIZES_STRING property is not supported by all VideoCapture backends. Some backends can return 0.0 or -1.0.(cherry picked from commit c41e8006)
-
Seunghoon Park authored
(cherry picked from commit eb9d7c4d)
-
Andrey Pavlenko authored
(cherry picked from commit dca56841)
-
Vladislav Vinogradov authored
fill destination matrix with zeros if it was reallocated(cherry picked from commit dda99954)
-
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. (cherry picked from commit 6bf599b1)
-
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 (cherry picked from commit 3f458c6e)
-
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
-