6187 Commits (f1ef3a4865c892f92d9554bdd26fd3a46aaf537b)

Author SHA1 Message Date
Alexander Smorkalov f1ef3a4865 OpenCV version++. 11 years ago
Vladislav Vinogradov 9997aa8187 decrease input size for several gpu tests to fix "timed out" error: 11 years ago
Vladislav Vinogradov f15b42018c fix nonfree module compilation without CUDA(cherry picked from commit 3e1f74f2ca) 11 years ago
Alexander Smorkalov a49beb7c73 Multiple improvements in OpenCV examples build. 11 years ago
Vladislav Vinogradov 3e755b2290 turn on CUDA part of stitching module on Android for non-dynamic build(cherry picked from commit a138e5a6a5) 11 years ago
Vladislav Vinogradov f15a167df4 turn on CUDA part of nonfree module on Android for non-dynamic build(cherry picked from commit d8f7377122) 11 years ago
Ilya Lavrenov f6367a2ea5 eliminated possible memory leak 11 years ago
Vladislav Vinogradov 5f88e2b496 fix #3477: 11 years ago
Seunghoon Park 2c7cf52e3b fixing bug #3345. use norm to make sure two matrices are the same. 11 years ago
Vladislav Vinogradov d5d88efd5d fix GpuMat::copyTo method with mask: 11 years ago
Drew Jetter 6cb7a7be18 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. 11 years ago
Pierre-Emmanuel Viel cdea6b532f Fix: freeing previous elements has to be done before loading new parameters to avoid trying to delete unexisting objects if arrays size was modified 11 years ago
Robbert Klarenbeek 345b3b0bdd Fix algorithm setter argument validation for uchar(cherry picked from commit e21c6e19db) 11 years ago
Kazuki Matsuda a65d7d4dd3 Fix typo of SparseMat_<_Tp>::SparseMat_(const SparseMat& m) 11 years ago
Ilya Lavrenov 5e986f3347 fixed bug #3319 11 years ago
Seunghoon Park 27a8bb471b fixing bug #3345. don't use BORDER_ISOLATED alone. it should be combined with some border type 11 years ago
Seunghoon Park 7868733002 fixing bug #3345 11 years ago
Ilya Lavrenov 469aef2e5e fixed bug #3341 11 years ago
Roman Donchenko 5e00fc6afe Fixed MinGW build by declaring the minimal required Windows version. 11 years ago
Vladislav Vinogradov 5170f0b5da fixed several bugs in CUDA Canny implementation: 11 years ago
Vladislav Vinogradov dc2dbb4173 Revert "disable gpu Canny and HoughCircles perf tests:" 11 years ago
Vladislav Vinogradov 79e4f7eb78 Revert "disable CUDA generalized Hough Transform" 11 years ago
Vladislav Vinogradov cc73c7000f fix epsilons for several gpu tests 11 years ago
Vladislav Vinogradov 8bb26fa5de Revert "disable gpu CvtColor.*2HSV tests:" 11 years ago
Vladislav Vinogradov 48612d7c58 Revert "disable gpu Subtract_Array test:" 11 years ago
Vladislav Vinogradov 4425dac7f4 disable gpu CvtColor.*2HSV tests: 11 years ago
Vladislav Vinogradov 4f79b9de48 disable gpu Subtract_Array test: 11 years ago
Vladislav Vinogradov 397ac5e68f disable gpu Canny and HoughCircles perf tests: 11 years ago
Vladislav Vinogradov 43c75c64b5 disable NPP for GpuMat methods and for copyMakeBorder(cherry picked from commit 316d49fc0fb7a609ebb0a65efc207faea6b978a4) 11 years ago
Vladislav Vinogradov c319625a07 disable some gpu tests if library was built without CUFFT(cherry picked from commit b4b929d27cc25822dd15b5b96b8d335c59d4408c) 11 years ago
Vladislav Vinogradov a7d0448faa gpu test output files moved from cwd to temp folder(cherry picked from commit 49731ad530) 11 years ago
Alexander Smorkalov ca10e5e8ae Highgui test output fixes. 11 years ago
Vladislav Vinogradov 32414afe72 disable performance test for gpu generalized hough(cherry picked from commit 063d8b4211) 11 years ago
Alexander Smorkalov 3ebdcafdd3 All installed files marked with component names for install customization. 11 years ago
Alexander Smorkalov a348f3eeaa OpenCV version++ 11 years ago
Vladislav Vinogradov e9638d0997 disable CUDA generalized Hough Transform 11 years ago
Vladislav Vinogradov 5cb0084547 split CUDA Hough sources 11 years ago
Vladislav Vinogradov 53494ba397 increase thresholds for some tests 11 years ago
Vladislav Vinogradov 15678efe84 disable 2 problematic tests 11 years ago
Vladislav Vinogradov 8399568edf disabled GEMM test if library was built without CUBLAS 11 years ago
Alexander Smorkalov df63060e4d Bugfix for DeviceInfoFuncTable in dynamicuda amd core modules. 11 years ago
Alexander Smorkalov 4175916b2a dynamicuda became private module. 11 years ago
Ilya Lavrenov d014cb8fb4 fixed warning [-Wempty-body] 11 years ago
Alexander Smorkalov c48777a1c3 CUDA dependency in nonfree nodule removed. OpenCV.mk generation fixed. 11 years ago
Peng Xiao 0ccc903647 fixed a buffer overrun of ocl canny 11 years ago
Alexander Smorkalov 4f6f6e8cac static function qualifier replaced on inline to enable kernel compilation with OpenCL 1.1 embedded profile. 11 years ago
Alexander Karsakov 6ef0253fb7 Disabled some IPP implementation since it breaks tests 11 years ago
Andrey Pavlenko 734bf8babd removing legacy stuff 11 years ago
GregoryMorse 4880858119 Update CMakeLists.txt 11 years ago
dpen2000 d6a88397b4 Fix python sample path 11 years ago