6153 Commits (616dbd53f02069834d224a518459ebb5efb1425c)

Author SHA1 Message Date
Vladislav Vinogradov bf7c1c6c25 fixed NPP error constants usage 12 years ago
Vladislav Vinogradov 3eeaa9189c Revert "Revert "Merge pull request #836 from jet47:gpu-modules"" 12 years ago
yao 9284c07a84 remove commented lines 12 years ago
yao 960a0eacf3 merge openCLMallocPitch and openCLMallocPitchEx into one interface 12 years ago
Peter Minin ab6be9b7b7 Add a variant of detectMultiScale with an argument 'weights' that 12 years ago
Leszek Swirski 7d0f6b4d68 Fix image saving from QT toolbar 12 years ago
Leszek Swirski 9a1cc06ebe Fix pixel value rendering for non-fixed-size QT windows 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
IanVS 41fc41829c Updated documentation to new "COLOR_" format for color conversion enums. 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
Andrey Pavlenko c2d3ce9ce5 fix failing test 12 years ago
Andrey Pavlenko c7873dd03d fixing broken Mat::dump() in Java 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
Malcolm Reynolds a9c9210bf9 update safe_call.hpp to fix OpenCL import on case sensitive mac FS 12 years ago
Malcolm Reynolds 229ff632b6 update util.hpp to fix OpenCL import on case sensitive mac FS 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
peng xiao d015fa76fa Fix 2.4 ocl Canny. 12 years ago
yao d81c145fa9 fix memory leak 12 years ago
yao 14bd6402be revise perf 12 years ago
peng xiao 1d0c283508 Fix a bug when pushing pointers of arguments into std::vector. 12 years ago
peng xiao 6fae02c05d Fix some OpenCL kernel file build errors on Mac. 12 years ago
Alexander Smorkalov 20fef00a77 android -> plarforms/android 12 years ago
abidrahmank ca09ba6852 Bug #2960 : docs about CV_BGR2GRAY 12 years ago
abidrahmank 98960bf201 A new python sample on grabcut 12 years ago
yao c58e0d5d73 fix hog 12 years ago
Roman Donchenko dad58d8940 Fix a build error which manifests when building with CUDA < 5. 12 years ago