5048 Commits (24d84a45b19dd3d2016bacf943a3811c67e804d4)

Author SHA1 Message Date
Roman Donchenko 24d84a45b1 Made tests record in the XML output which parallel framework was used. 12 years ago
Vladislav Vinogradov a4750f49c6 fix for bug #3068 (PCA::computeVar for double input): 12 years ago
peng xiao e6b18fc492 Fix a bug caused by NDEBUG macro; it is now removed. 12 years ago
Ivan Korolev 58fa401b4d Fixed a bug #2405 12 years ago
Ivan Korolev fc82150edc Fixed a bug #2892 12 years ago
Sergei Nosov c90abb6a03 add multiruns to fix "unreliable results" error 12 years ago
Vladislav Vinogradov 0367a7f992 link with nvcuvenc and ffmpeg libraries only if WITH_NVCUVID is enabled 12 years ago
Ivan Korolev de4c3f0178 Fixed a bug related to video stabilization crashes with a blank video (Bug #3023) 12 years ago
Alexander Smorkalov 83e9b0a87a Javadoc waring fix. 12 years ago
Vladislav Vinogradov e433145b7e fix for Bug #3085: 12 years ago
peng xiao 5fd724b54a Add a function to query if global OpenCL context is initialized. 12 years ago
Peng Xiao d9ab22e4ed Fix two bugs related to opencl context. 12 years ago
Andrew Senin 8eb6decb25 Fixed Ximea cameras support 12 years ago
Peng Xiao c8398c9fdc Use anonymous enumerations instead of constants 12 years ago
Roman Donchenko d583a79869 Revert "Add a variant of detectMultiScale with an argument 'weights'" 12 years ago
Alexander Smorkalov 956d8027ef Bug #3044 cap_dshow.cpp forgotten validity check fixed. 12 years ago
Peng Xiao 1d8cd3a717 Add ocl CLACH implementation. 12 years ago
Vladislav Vinogradov 99a5b3417a added missing BackgroundSubtractorMOG2 parameters 12 years ago
Roman Donchenko 41482fe56c Erase MatchPairsBody's copy constructor. 12 years ago
Peng Xiao e77abeef16 Add a new global function to control ocl binary storage 12 years ago
Andrey Pavlenko 264d26e671 fixing empty Mat case 12 years ago
Peter Minin ab6be9b7b7 Add a variant of detectMultiScale with an argument 'weights' that 12 years ago
Roman Donchenko 8714cbac91 Fix a missing header path when building with Qt 4. 12 years ago
peng xiao 429f84e59e Fix a bug of cornerHarris and cornerMinEigenVal. 12 years ago
Roman Donchenko a954d3630f Add support for adding custom OpenCV modules. 12 years ago
Vladislav Vinogradov 31a5f7ef3c fixed bug #3069 (infinite loop in GPU LBP Cascade detectMultiScale) 12 years ago
Vladislav Vinogradov 89f3c40d79 fixed BroxOpticalFlow sanity test (increase epsilon value) 12 years ago
Vladislav Vinogradov 4a770535c4 fixed BoxFilter sanity test (different rounding results) 12 years ago
Vladislav Vinogradov 516e5b2563 fixed BroxOpticalFlow regression test 12 years ago
Vladislav Vinogradov 918381875a rewrite gpu/device/vec_math.hpp file 12 years ago
Vladislav Vinogradov 3aea7e8f8d fixed gpu module build on arm platform 12 years ago
peng xiao a7a94de74a Fix a bug of gfft. 12 years ago
yao dc937c10f9 change a test image of pyrlk 12 years ago
Vladislav Vinogradov bcf8bdb401 fixed constructors for functional objects (added __host__ modifier) 12 years ago
Vladislav Vinogradov 58e472754a fixed norm diff function (it uses pre-allocated buffer now) 12 years ago
Vladislav Vinogradov 0521e8908c fixed NPP error constants usage 12 years ago
Vladislav Vinogradov 013581f371 fixed GPU module compialtion with CMake 2.8.11 12 years ago
Roman Donchenko 8a4090fe3f Make AutoLock noncopyable (it would break on copying, anyway). 12 years ago
peng xiao 97b86aa259 Initialize OpenCL context at the end of getDevice call. 12 years ago
Roman Donchenko f90fd5b0da Split CLAHE into its own file, because it's faster that way. 12 years ago
Roman Donchenko 29b13ec1de Replaced most of the usages of parallel_for with that of parallel_for_. 12 years ago
yao 15a213d3fc fix a crash on Linux 12 years ago
yao abefcc6061 Adjust perf_filters, as this function only supports 3x3 kernel 12 years ago
peng xiao b1c248fcc9 Fix ocl::filter2D. 12 years ago
peng xiao fdc133d8c9 Fix ocl::pyrup kernel build on Mac. 12 years ago
yao 5b598f8a0e a few fixes of ocl::perf test cases 12 years ago
yao 7ed9c0e87a Fix brute_force_matcher's hung on some Intel CPU OCL 12 years ago
peng xiao fd7ba355ee Add non-stump based ocl Haar cascade classifier support. 12 years ago
Vladislav Vinogradov 6b1c28ce6d fixed some gpu tests (different rounding results due to float arithmetics) 12 years ago
yao a9b7ff41bd adjust test cases 12 years ago